T
- the type of object returned by this formatter.public interface KeyFormat<T>
Modifier and Type | Method and Description |
---|---|
T |
export(CryptoKey key,
Key rawKey)
Exports the given crypto key and raw key material.
|
T export(CryptoKey key, Key rawKey) throws NoSuchSecretException
key
- the crypto key.rawKey
- the raw key material.NoSuchSecretException
- if the secret could not be exported.Copyright © 2010-2018, ForgeRock All Rights Reserved.