Package | Description |
---|---|
org.bouncycastle.cert.crmf |
Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.
|
org.bouncycastle.cert.crmf.jcajce |
JCA extensions to the CRMF online certificate request package.
|
org.bouncycastle.operator |
Basic operators for doing encryption, signing, and digest operations.
|
org.bouncycastle.operator.bc | |
org.bouncycastle.operator.jcajce |
Constructor and 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.
|
Constructor and Description |
---|
JcaEncryptedValueBuilder(KeyWrapper wrapper,
OutputEncryptor encryptor) |
Modifier and Type | Class and Description |
---|---|
class |
AsymmetricKeyWrapper |
class |
SymmetricKeyWrapper |
Modifier and Type | Class and Description |
---|---|
class |
BcAESSymmetricKeyWrapper |
class |
BcAsymmetricKeyWrapper |
class |
BcRSAAsymmetricKeyWrapper |
class |
BcSymmetricKeyWrapper |
Modifier and Type | Class and Description |
---|---|
class |
JceAsymmetricKeyWrapper |
class |
JceKTSKeyWrapper |
class |
JceSymmetricKeyWrapper |