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