Uses of Class
org.bouncycastle.operator.AsymmetricKeyWrapper
-
Packages that use AsymmetricKeyWrapper 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.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.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 AsymmetricKeyWrapper in org.bouncycastle.cms
Fields in org.bouncycastle.cms declared as AsymmetricKeyWrapper Modifier and Type Field Description protected AsymmetricKeyWrapper
KeyTransRecipientInfoGenerator. wrapper
Constructors in org.bouncycastle.cms with parameters of type AsymmetricKeyWrapper Constructor Description KeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, AsymmetricKeyWrapper wrapper)
KeyTransRecipientInfoGenerator(org.bouncycastle.asn1.cms.IssuerAndSerialNumber issuerAndSerial, AsymmetricKeyWrapper wrapper)
-
Uses of AsymmetricKeyWrapper in org.bouncycastle.cms.jcajce
Constructors in org.bouncycastle.cms.jcajce with parameters of type AsymmetricKeyWrapper Constructor Description JceKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, AsymmetricKeyWrapper wrapper)
JceKeyTransRecipientInfoGenerator(X509Certificate recipientCert, AsymmetricKeyWrapper wrapper)
-
Uses of AsymmetricKeyWrapper in org.bouncycastle.operator.bc
Subclasses of AsymmetricKeyWrapper in org.bouncycastle.operator.bc Modifier and Type Class Description class
BcAsymmetricKeyWrapper
class
BcRSAAsymmetricKeyWrapper
-
Uses of AsymmetricKeyWrapper in org.bouncycastle.operator.jcajce
Subclasses of AsymmetricKeyWrapper in org.bouncycastle.operator.jcajce Modifier and Type Class Description class
JceAsymmetricKeyWrapper
class
JceKTSKeyWrapper
-