Uses of Class
org.bouncycastle.operator.SymmetricKeyWrapper
-
Packages that use SymmetricKeyWrapper Package Description org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.operator.bc Basic operator implementations for doing encryption, signing, and digest operations using the BC lightweight API.org.bouncycastle.operator.jcajce Basic operator implementations for doing encryption, signing, and digest operations using the JCA and the JCE. -
-
Uses of SymmetricKeyWrapper in org.bouncycastle.cms
Fields in org.bouncycastle.cms declared as SymmetricKeyWrapper Modifier and Type Field Description protected SymmetricKeyWrapper
KEKRecipientInfoGenerator. wrapper
Constructors in org.bouncycastle.cms with parameters of type SymmetricKeyWrapper Constructor Description KEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, SymmetricKeyWrapper wrapper)
-
Uses of SymmetricKeyWrapper in org.bouncycastle.operator.bc
Subclasses of SymmetricKeyWrapper in org.bouncycastle.operator.bc Modifier and Type Class Description class
BcAESSymmetricKeyWrapper
class
BcSymmetricKeyWrapper
-
Uses of SymmetricKeyWrapper in org.bouncycastle.operator.jcajce
Subclasses of SymmetricKeyWrapper in org.bouncycastle.operator.jcajce Modifier and Type Class Description class
JceSymmetricKeyWrapper
-