Uses of Interface
oracle.nosql.driver.iam.pki.Pem.Passphrase
Packages that use Pem.Passphrase
Package
Description
This package is the clone of com.oracle.bmc.http.client.pki in oci-java-sdk
-
Uses of Pem.Passphrase in oracle.nosql.driver.iam.pki
Methods in oracle.nosql.driver.iam.pki that return Pem.PassphraseModifier and TypeMethodDescriptionstatic Pem.Passphrase
Pem.Passphrase.none()
An instance that represents the absence of a passphrasestatic Pem.Passphrase
Pem.Passphrase.of
(char[] content) Produce a Passphrase for the specified character array.Pem.Encryption.passphrase()
The encryption passphraseMethods in oracle.nosql.driver.iam.pki with parameters of type Pem.PassphraseModifier and TypeMethodDescriptionPem.Encryption.Builder.passphrase
(Pem.Passphrase passphrase) The pass phrasePem.Decoder.with
(Pem.Passphrase passphrase) Produce a decoder configured to use the specified passphrase for encrypted private keysPem.Encoder.with
(Pem.Passphrase passphrase) Configure an encoder to produce encrypted private keys.