Package org.jose4j.jws
Class RsaUsingShaAlgorithm.RsaPssSha512
java.lang.Object
org.jose4j.jwa.AlgorithmInfo
org.jose4j.jws.BaseSignatureAlgorithm
org.jose4j.jws.RsaUsingShaAlgorithm
org.jose4j.jws.RsaUsingShaAlgorithm.RsaPssSha512
- All Implemented Interfaces:
Algorithm,JsonWebSignatureAlgorithm
- Enclosing class:
- RsaUsingShaAlgorithm
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jose4j.jws.RsaUsingShaAlgorithm
RsaUsingShaAlgorithm.RsaPssSha256, RsaUsingShaAlgorithm.RsaPssSha384, RsaUsingShaAlgorithm.RsaPssSha512, RsaUsingShaAlgorithm.RsaSha256, RsaUsingShaAlgorithm.RsaSha384, RsaUsingShaAlgorithm.RsaSha512 -
Field Summary
Fields inherited from class org.jose4j.jws.RsaUsingShaAlgorithm
RSASSA_PSS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jose4j.jws.RsaUsingShaAlgorithm
validatePrivateKey, validatePublicKeyMethods 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, isAvailableMethods inherited from interface org.jose4j.jws.JsonWebSignatureAlgorithm
prepareForSign, sign, validateSigningKey, validateVerificationKey, verifySignature
-
Constructor Details
-
RsaPssSha512
public RsaPssSha512()
-