Package org.forgerock.secrets.keys
Interface EncryptionKey<T extends CryptoKey>
-
- Type Parameters:
T
- the specific type of key this is.
- All Known Implementing Classes:
DataEncryptionKey
,KeyAgreementKey
,KeyEncryptionKey
public interface EncryptionKey<T extends CryptoKey>
Marker interface for all key types that can be used for encryption.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
asCryptoKey()
Returns the same object as a specificCryptoKey
subclass.
-