Package | Description |
---|---|
org.forgerock.secrets.jwkset |
Secret store backend for retrieving keys from a local or remote JWK Set.
|
org.forgerock.secrets.keys |
Contains cryptographic key related API objects.
|
Modifier and Type | Class and Description |
---|---|
class |
JwkKeyFormat
Exports keys in JSON Web Key (JWK) format.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyFormatPem
Exports a key in the PEM (Privacy Enhanced Mail) format.
|
class |
KeyFormatRaw
Exports the raw key.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
CryptoKey.export(KeyFormat<T> format)
Exports the key material in the given format.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.