Package org.jose4j.jws
Class EdDsaAlgorithm
java.lang.Object
org.jose4j.jwa.AlgorithmInfo
org.jose4j.jws.BaseSignatureAlgorithm
org.jose4j.jws.EdDsaAlgorithm
- All Implemented Interfaces:
Algorithm,JsonWebSignatureAlgorithm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidatePrivateKey(PrivateKey privateKey) voidvalidatePublicKey(PublicKey publicKey) Methods inherited from class org.jose4j.jws.BaseSignatureAlgorithm
isAvailable, prepareForSign, setAlgorithmParameterSpec, sign, validateSigningKey, validateVerificationKey, verifySignatureMethods inherited from class org.jose4j.jwa.AlgorithmInfo
getAlgorithmIdentifier, getJavaAlgorithm, getKeyPersuasion, getKeyType, setAlgorithmIdentifier, setJavaAlgorithm, setKeyPersuasion, setKeyType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jose4j.jwa.Algorithm
getAlgorithmIdentifier, getJavaAlgorithm, getKeyPersuasion, getKeyType
-
Constructor Details
-
EdDsaAlgorithm
public EdDsaAlgorithm()
-
-
Method Details
-
validatePrivateKey
- Specified by:
validatePrivateKeyin classBaseSignatureAlgorithm- Throws:
InvalidKeyException
-
validatePublicKey
- Specified by:
validatePublicKeyin classBaseSignatureAlgorithm- Throws:
InvalidKeyException
-