Class SkED25519PublicKey
- java.lang.Object
-
- org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
-
- All Implemented Interfaces:
Serializable,Key,PublicKey,SecurityKeyPublicKey<net.i2p.crypto.eddsa.EdDSAPublicKey>
public class SkED25519PublicKey extends Object implements SecurityKeyPublicKey<net.i2p.crypto.eddsa.EdDSAPublicKey>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SkED25519PublicKey(String appName, boolean noTouchRequired, net.i2p.crypto.eddsa.EdDSAPublicKey delegatePublicKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()StringgetAppName()net.i2p.crypto.eddsa.EdDSAPublicKeygetDelegatePublicKey()byte[]getEncoded()StringgetFormat()booleanisNoTouchRequired()StringtoString()
-
-
-
Field Detail
-
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SkED25519PublicKey
public SkED25519PublicKey(String appName, boolean noTouchRequired, net.i2p.crypto.eddsa.EdDSAPublicKey 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<net.i2p.crypto.eddsa.EdDSAPublicKey>
-
isNoTouchRequired
public boolean isNoTouchRequired()
- Specified by:
isNoTouchRequiredin interfaceSecurityKeyPublicKey<net.i2p.crypto.eddsa.EdDSAPublicKey>
-
getDelegatePublicKey
public net.i2p.crypto.eddsa.EdDSAPublicKey getDelegatePublicKey()
- Specified by:
getDelegatePublicKeyin interfaceSecurityKeyPublicKey<net.i2p.crypto.eddsa.EdDSAPublicKey>
-
-