- java.lang.Object
-
- swim.security.KeyDef
-
- Direct Known Subclasses:
PrivateKeyDef
,PublicKeyDef
public abstract class KeyDef extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyDef()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static KeyDef
from(Key key)
abstract Key
key()
static Form<KeyDef>
keyForm()
abstract Value
toValue()
-