Uses of Interface
org.forgerock.secrets.keys.KeyFormat
-
Packages that use KeyFormat Package Description org.forgerock.secrets.keys Contains cryptographic key related API objects. -
-
Uses of KeyFormat in org.forgerock.secrets.keys
Classes in org.forgerock.secrets.keys that implement KeyFormat Modifier and Type Class Description class
KeyFormatPem
Exports a key in the PEM (Privacy Enhanced Mail) format.class
KeyFormatRaw
Exports the raw key.Methods in org.forgerock.secrets.keys with parameters of type KeyFormat Modifier and Type Method Description <T> T
CryptoKey. export(KeyFormat<T> format)
Exports the key material in the given format.
-