Class KEKRecipientInfoGenerator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.bouncycastle.operator.SymmetricKeyWrapper wrapper  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected KEKRecipientInfoGenerator​(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, org.bouncycastle.operator.SymmetricKeyWrapper wrapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.cms.RecipientInfo generate​(org.bouncycastle.operator.GenericKey contentEncryptionKey)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • wrapper

        protected final org.bouncycastle.operator.SymmetricKeyWrapper wrapper
    • Constructor Detail

      • KEKRecipientInfoGenerator

        protected KEKRecipientInfoGenerator​(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier,
                                            org.bouncycastle.operator.SymmetricKeyWrapper wrapper)