Class SkEcdsaPublicKey
- java.lang.Object
-
- org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
-
- All Implemented Interfaces:
Serializable,Key,PublicKey,SecurityKeyPublicKey<ECPublicKey>
public class SkEcdsaPublicKey extends Object implements SecurityKeyPublicKey<ECPublicKey>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SkEcdsaPublicKey(String appName, boolean noTouchRequired, ECPublicKey delegatePublicKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()StringgetAppName()ECPublicKeygetDelegatePublicKey()byte[]getEncoded()StringgetFormat()booleanisNoTouchRequired()StringtoString()
-
-
-
Field Detail
-
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SkEcdsaPublicKey
public SkEcdsaPublicKey(String appName, boolean noTouchRequired, ECPublicKey delegatePublicKey)
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithmin interfaceKey
-
getEncoded
public byte[] getEncoded()
- Specified by:
getEncodedin interfaceKey
-
getAppName
public String getAppName()
- Specified by:
getAppNamein interfaceSecurityKeyPublicKey<ECPublicKey>
-
isNoTouchRequired
public boolean isNoTouchRequired()
- Specified by:
isNoTouchRequiredin interfaceSecurityKeyPublicKey<ECPublicKey>
-
getDelegatePublicKey
public ECPublicKey getDelegatePublicKey()
- Specified by:
getDelegatePublicKeyin interfaceSecurityKeyPublicKey<ECPublicKey>
-
-