Package | Description |
---|---|
org.bouncycastle.openpgp.operator |
Interfaces and abstract classes to provide the framework to support operations on the OpenPGP high level classes.
|
org.bouncycastle.openpgp.operator.bc |
BC lightweight operators for dealing with OpenPGP objects.
|
org.bouncycastle.openpgp.operator.jcajce |
JCA/JCE based operators for dealing with OpenPGP objects.
|
Modifier and Type | Method and Description |
---|---|
PGPDataEncryptor |
PGPDataEncryptorBuilder.build(byte[] keyBytes)
Builds a data encryptor using the algorithm configured for this builder.
|
Modifier and Type | Method and Description |
---|---|
PGPDataEncryptor |
BcPGPDataEncryptorBuilder.build(byte[] keyBytes) |
Modifier and Type | Method and Description |
---|---|
PGPDataEncryptor |
JcePGPDataEncryptorBuilder.build(byte[] keyBytes) |