Class SkEcdsaPublicKey
java.lang.Object
org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey,SecurityKeyPublicKey<ECPublicKey>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate final Stringprivate final ECPublicKeyprivate final booleanprivate 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:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getAppName
- Specified by:
getAppNamein interfaceSecurityKeyPublicKey<ECPublicKey>
-
isNoTouchRequired
public boolean isNoTouchRequired()- Specified by:
isNoTouchRequiredin interfaceSecurityKeyPublicKey<ECPublicKey>
-
getDelegatePublicKey
- Specified by:
getDelegatePublicKeyin interfaceSecurityKeyPublicKey<ECPublicKey>
-
toString
-