Uses of Class
org.bouncycastle.operator.bc.BcSymmetricKeyWrapper
-
Packages that use BcSymmetricKeyWrapper Package Description org.bouncycastle.cms.bc CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the BC lightweight API.org.bouncycastle.operator.bc Basic operator implementations for doing encryption, signing, and digest operations using the BC lightweight API. -
-
Uses of BcSymmetricKeyWrapper in org.bouncycastle.cms.bc
Constructors in org.bouncycastle.cms.bc with parameters of type BcSymmetricKeyWrapper Constructor Description BcKEKRecipientInfoGenerator(byte[] keyIdentifier, BcSymmetricKeyWrapper kekWrapper)
BcKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, BcSymmetricKeyWrapper kekWrapper)
-
Uses of BcSymmetricKeyWrapper in org.bouncycastle.operator.bc
Subclasses of BcSymmetricKeyWrapper in org.bouncycastle.operator.bc Modifier and Type Class Description class
BcAESSymmetricKeyWrapper
Methods in org.bouncycastle.operator.bc that return BcSymmetricKeyWrapper Modifier and Type Method Description BcSymmetricKeyWrapper
BcSymmetricKeyWrapper. setSecureRandom(SecureRandom random)
-