Class KeyTransportRSAOAEP512
- java.lang.Object
-
- net.shibboleth.oidc.jwa.algorithm.descriptors.KeyTransportRSAOAEP512
-
- All Implemented Interfaces:
AlgorithmDescriptor,KeySpecifiedAlgorithm,KeyTransportAlgorithm
public class KeyTransportRSAOAEP512 extends Object implements KeyTransportAlgorithm
Algorithm descriptor for JWE key transport algorithm: RSA-OAEP-512.- Since:
- 2.2.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType
-
-
Constructor Summary
Constructors Constructor Description KeyTransportRSAOAEP512()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCipherMode()StringgetJCAAlgorithmID()StringgetKey()StringgetPadding()AlgorithmDescriptor.AlgorithmTypegetType()StringgetURI()
-
-
-
Method Detail
-
getKey
@Nonnull @NotEmpty public String getKey()
- Specified by:
getKeyin interfaceKeySpecifiedAlgorithm
-
getURI
@Nonnull @NotEmpty public String getURI()
- Specified by:
getURIin interfaceAlgorithmDescriptor
-
getType
@Nonnull public AlgorithmDescriptor.AlgorithmType getType()
- Specified by:
getTypein interfaceAlgorithmDescriptor
-
getJCAAlgorithmID
@Nonnull @NotEmpty public String getJCAAlgorithmID()
- Specified by:
getJCAAlgorithmIDin interfaceAlgorithmDescriptor
-
getCipherMode
@Nonnull @NotEmpty public String getCipherMode()
- Specified by:
getCipherModein interfaceKeyTransportAlgorithm
-
getPadding
@Nonnull @NotEmpty public String getPadding()
- Specified by:
getPaddingin interfaceKeyTransportAlgorithm
-
-