Interface SecurityKeyPublicKey<K extends java.security.PublicKey>
-
- All Superinterfaces:
java.security.Key,java.security.PublicKey,java.io.Serializable
- All Known Implementing Classes:
SkEcdsaPublicKey,SkED25519PublicKey
public interface SecurityKeyPublicKey<K extends java.security.PublicKey> extends java.security.PublicKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAppName()KgetDelegatePublicKey()booleanisNoTouchRequired()
-
-
-
Method Detail
-
getAppName
java.lang.String getAppName()
-
isNoTouchRequired
boolean isNoTouchRequired()
-
getDelegatePublicKey
K getDelegatePublicKey()
-
-