Class KeyTransportRSAOAEP256
java.lang.Object
net.shibboleth.oidc.jwa.algorithm.descriptors.KeyTransportRSAOAEP256
- All Implemented Interfaces:
AlgorithmDescriptor,KeySpecifiedAlgorithm,KeyTransportAlgorithm
Algorithm descriptor for JWE key transport algorithm: RSA-OAEP-256.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyTransportRSAOAEP256
public KeyTransportRSAOAEP256()
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceKeySpecifiedAlgorithm
-
getURI
- Specified by:
getURIin interfaceAlgorithmDescriptor
-
getType
- Specified by:
getTypein interfaceAlgorithmDescriptor
-
getJCAAlgorithmID
- Specified by:
getJCAAlgorithmIDin interfaceAlgorithmDescriptor
-
getCipherMode
- Specified by:
getCipherModein interfaceKeyTransportAlgorithm
-
getPadding
- Specified by:
getPaddingin interfaceKeyTransportAlgorithm
-