Package com.oracle.bmc.http.client.pki
-
Interface Summary Interface Description Pem.Passphrase Holds a passphrase using a try-with-resources model to assure the passphrase plain-text is erased once it has been used -
Class Summary Class Description Pem Services for working with PEM encoded private keys, public keys and certificates.Pem.Decoder Decodes PEM encoded text streams into the desired formatPem.Encoder Encode certificates, public keys and private keys into PEM encoded formatPem.Encryption Configures how private keys are encryptedPem.Encryption.Builder BuildPem.Encryptioninstances -
Enum Summary Enum Description Pem.Format Denotes the specific syntax used for encoding public and private keys (Does not affect the encoding of certificates)Utf8Utils It seems really unnecessary to spin up a different thread for the conversion; unfortunately, without this, we might see this method throw ClosedByInterruptException. -
Exception Summary Exception Description PemEncryptedKeyException PemEncryptionException PemException