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 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.
|
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 |
Copyright © 2020 BouncyCastle.org. All rights reserved.