Uses of Class
oracle.nosql.driver.iam.pki.Pem.Encryption.Builder
Packages that use Pem.Encryption.Builder
Package
Description
This package is the clone of com.oracle.bmc.http.client.pki in oci-java-sdk
-
Uses of Pem.Encryption.Builder in oracle.nosql.driver.iam.pki
Methods in oracle.nosql.driver.iam.pki that return Pem.Encryption.BuilderModifier and TypeMethodDescriptionThe block mode, defaults toCBC
static Pem.Encryption.Builder
Pem.Encryption.builder()
BuildPem.Encryption
instancesPem.Encryption.Builder.entropy
(SecureRandom entropy) Configure the entropy source to use for generating an initialization vector, if none explicitly specifiedPem.Encryption.Builder.iv
(byte[] iv) The initialization vectorPem.Encryption.Builder.keySize
(int keySize) The encryption key-size in bits, defaults to 128Pem.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.passphrase
(char[] passphrase) Configure the passphrase from a character array.Pem.Encryption.Builder.passphrase
(Pem.Passphrase passphrase) The pass phrase