Package org.soulwing.s2ks
Class KeyWithMetadata
- java.lang.Object
-
- org.soulwing.s2ks.KeyWithMetadata
-
public final class KeyWithMetadata extends java.lang.ObjectAn immutable value holder for a key and its associated metadata.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description KeyWithMetadata(java.security.Key key, Metadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.KeygetKey()Gets the subject key.MetadatagetMetadata()Gets the metadata associated with the key.
-