Package | Description |
---|---|
org.forgerock.secrets.keys |
Contains cryptographic key related API objects.
|
Modifier and Type | Field and Description |
---|---|
static KeyFormatPem |
KeyFormatPem.WITH_CERTIFICATE
Exports the key material with the certificate as well.
|
static KeyFormatPem |
KeyFormatPem.WITHOUT_CERTIFICATE
Exports the key material without any associated certificate.
|
Modifier and Type | Method and Description |
---|---|
KeyFormatPem |
KeyFormatPem.withEncryptionPassword(SecretReference<GenericSecret> encryptionPassword)
Returns a new PEM key format that will encrypt private keys with the given password.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.