Class SignatureRSASSAPSS
- java.lang.Object
-
- uk.gov.ida.saml.security.signature.SignatureRSASSAPSS
-
- All Implemented Interfaces:
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor,org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm,org.opensaml.xmlsec.algorithm.SignatureAlgorithm
public final class SignatureRSASSAPSS extends java.lang.Object implements org.opensaml.xmlsec.algorithm.SignatureAlgorithm
-
-
Constructor Summary
Constructors Constructor Description SignatureRSASSAPSS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDigest()java.lang.StringgetJCAAlgorithmID()java.lang.StringgetKey()org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmTypegetType()java.lang.StringgetURI()
-
-
-
Method Detail
-
getKey
@Nonnull public java.lang.String getKey()
- Specified by:
getKeyin interfaceorg.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
-
getURI
@Nonnull public java.lang.String getURI()
- Specified by:
getURIin interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getType
@Nonnull public org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType getType()
- Specified by:
getTypein interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getJCAAlgorithmID
@Nonnull public java.lang.String getJCAAlgorithmID()
- Specified by:
getJCAAlgorithmIDin interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getDigest
@Nonnull public java.lang.String getDigest()
- Specified by:
getDigestin interfaceorg.opensaml.xmlsec.algorithm.SignatureAlgorithm
-
-