Pem.Encryption.Builder |
Pem.Encryption.Builder.blockMode(String blockMode) |
The block mode, defaults to CBC
|
static Pem.Encryption.Builder |
Pem.Encryption.builder() |
|
Pem.Encryption.Builder |
Pem.Encryption.Builder.entropy(SecureRandom entropy) |
Configure the entropy source to use for generating an initialization vector, if none
explicitly specified
|
Pem.Encryption.Builder |
Pem.Encryption.Builder.iv(byte[] iv) |
The initialization vector
|
Pem.Encryption.Builder |
Pem.Encryption.Builder.keySize(int keySize) |
The encryption key-size in bits, defaults to 128
|
Pem.Encryption.Builder |
Pem.Encryption.Builder.ownsPassphrase(boolean ownsPassphrase) |
Indicate if this instance owns the passphrase (and therefore must close/erase it,
when this instance is closed)
|
Pem.Encryption.Builder |
Pem.Encryption.Builder.passphrase(char[] passphrase) |
Configure the passphrase from a character array.
|
Pem.Encryption.Builder |
Pem.Encryption.Builder.passphrase(Pem.Passphrase passphrase) |
The pass phrase
|