Interface SecurityKeyPublicKey<K extends PublicKey>
-
- All Superinterfaces:
Key
,PublicKey
,Serializable
- All Known Implementing Classes:
SkEcdsaPublicKey
,SkED25519PublicKey
public interface SecurityKeyPublicKey<K extends PublicKey> extends PublicKey
-
-
Field Summary
-
Fields inherited from interface java.security.PublicKey
serialVersionUID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAppName()
K
getDelegatePublicKey()
boolean
isNoTouchRequired()
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-