Package oracle.nosql.driver.iam.pki


package oracle.nosql.driver.iam.pki
This package is the clone of com.oracle.bmc.http.client.pki in oci-java-sdk
  • Class
    Description
    Services for working with PEM encoded private keys, public keys and certificates.
    Decodes PEM encoded text streams into the desired format
    Encode certificates, public keys and private keys into PEM encoded format
    Configures how private keys are encrypted
    Build Pem.Encryption instances
    Denotes the specific syntax used for encoding public and private keys (Does not affect the encoding of certificates)
    Holds a passphrase using a try-with-resources model to assure the passphrase plain-text is erased once it has been used