Package org.apache.sshd.common.signature
Class SignatureSkED25519
- java.lang.Object
-
- org.apache.sshd.common.signature.AbstractSecurityKeySignature
-
- org.apache.sshd.common.signature.SignatureSkED25519
-
- All Implemented Interfaces:
AlgorithmNameProvider
,Signature
public class SignatureSkED25519 extends AbstractSecurityKeySignature
-
-
Constructor Summary
Constructors Constructor Description SignatureSkED25519()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgorithm()
protected Signature
getDelegateSignature()
protected String
getSignatureKeyType()
-
Methods inherited from class org.apache.sshd.common.signature.AbstractSecurityKeySignature
initSigner, initVerifier, sign, update, verify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.signature.Signature
getSshAlgorithmName, update
-
-
-
-
Field Detail
-
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
-
getSignatureKeyType
protected String getSignatureKeyType()
- Specified by:
getSignatureKeyType
in classAbstractSecurityKeySignature
-
getDelegateSignature
protected Signature getDelegateSignature()
- Specified by:
getDelegateSignature
in classAbstractSecurityKeySignature
-
-