Package org.jose4j.jws
Class HmacUsingShaAlgorithm.HmacSha512
java.lang.Object
org.jose4j.jwa.AlgorithmInfo
org.jose4j.jws.HmacUsingShaAlgorithm
org.jose4j.jws.HmacUsingShaAlgorithm.HmacSha512
- All Implemented Interfaces:
Algorithm,JsonWebSignatureAlgorithm
- Enclosing class:
- HmacUsingShaAlgorithm
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jose4j.jws.HmacUsingShaAlgorithm
HmacUsingShaAlgorithm.HmacSha256, HmacUsingShaAlgorithm.HmacSha384, HmacUsingShaAlgorithm.HmacSha512 -
Field Summary
Fields inherited from class org.jose4j.jwa.AlgorithmInfo
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jose4j.jws.HmacUsingShaAlgorithm
isAvailable, prepareForSign, 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
-
HmacSha512
public HmacSha512()
-