Package | Description |
---|---|
org.bouncycastle.cert.crmf | |
org.bouncycastle.cert.crmf.jcajce | |
org.bouncycastle.operator | |
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 |
JceSymmetricKeyWrapper |