Uses of Interface
org.bouncycastle.operator.KeyWrapper
-
Packages that use KeyWrapper Package Description org.bouncycastle.cert.crmf Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.org.bouncycastle.cert.crmf.bc org.bouncycastle.cert.crmf.jcajce JCA extensions to the CRMF online certificate request package.org.bouncycastle.operator Basic operator definitions for doing encryption, signing, and digest operations.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 KeyWrapper in org.bouncycastle.cert.crmf
Constructors in org.bouncycastle.cert.crmf with parameters of type KeyWrapper Constructor Description EncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor)
Create a builder that makes EncryptedValue structures.EncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor, EncryptedValuePadder padder)
Create a builder that makes EncryptedValue structures with fixed length blocks padded using the passed in padder. -
Uses of KeyWrapper in org.bouncycastle.cert.crmf.bc
Constructors in org.bouncycastle.cert.crmf.bc with parameters of type KeyWrapper Constructor Description BcEncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor)
-
Uses of KeyWrapper in org.bouncycastle.cert.crmf.jcajce
Constructors in org.bouncycastle.cert.crmf.jcajce with parameters of type KeyWrapper Constructor Description JcaEncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor)
-
Uses of KeyWrapper in org.bouncycastle.operator
Classes in org.bouncycastle.operator that implement KeyWrapper Modifier and Type Class Description class
AsymmetricKeyWrapper
class
SymmetricKeyWrapper
-
Uses of KeyWrapper in org.bouncycastle.operator.bc
Classes in org.bouncycastle.operator.bc that implement KeyWrapper Modifier and Type Class Description class
BcAESSymmetricKeyWrapper
class
BcAsymmetricKeyWrapper
class
BcRSAAsymmetricKeyWrapper
class
BcSymmetricKeyWrapper
-
Uses of KeyWrapper in org.bouncycastle.operator.jcajce
Classes in org.bouncycastle.operator.jcajce that implement KeyWrapper Modifier and Type Class Description class
JceAsymmetricKeyWrapper
class
JceKTSKeyWrapper
class
JceSymmetricKeyWrapper
-