Package org.apache.sshd.common.u2f
Class SkEcdsaPublicKey
java.lang.Object
org.apache.sshd.common.u2f.SkEcdsaPublicKey
- All Implemented Interfaces:
Serializable
,Key
,PublicKey
,SecurityKeyPublicKey<ECPublicKey>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
private final String
private final ECPublicKey
private final boolean
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionSkEcdsaPublicKey
(String appName, boolean noTouchRequired, ECPublicKey delegatePublicKey) -
Method Summary
-
Field Details
-
ALGORITHM
- See Also:
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
appName
-
noTouchRequired
private final boolean noTouchRequired -
delegatePublicKey
-
-
Constructor Details
-
SkEcdsaPublicKey
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithm
in interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncoded
in interfaceKey
-
getAppName
- Specified by:
getAppName
in interfaceSecurityKeyPublicKey<ECPublicKey>
-
isNoTouchRequired
public boolean isNoTouchRequired()- Specified by:
isNoTouchRequired
in interfaceSecurityKeyPublicKey<ECPublicKey>
-
getDelegatePublicKey
- Specified by:
getDelegatePublicKey
in interfaceSecurityKeyPublicKey<ECPublicKey>
-
toString
-