Class KeyTransportRSA_OAEP
- java.lang.Object
-
- org.geant.idpextension.oidc.algorithm.descriptors.KeyTransportRSA_OAEP
-
- All Implemented Interfaces:
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor,org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm,org.opensaml.xmlsec.algorithm.KeyTransportAlgorithm
public class KeyTransportRSA_OAEP extends Object implements org.opensaml.xmlsec.algorithm.KeyTransportAlgorithm
Algorithm descriptor for JWE key transport algorithm: RSA-OAEP.
-
-
Constructor Summary
Constructors Constructor Description KeyTransportRSA_OAEP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCipherMode()StringgetJCAAlgorithmID()StringgetKey()StringgetPadding()org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmTypegetType()StringgetURI()
-
-
-
Method Detail
-
getKey
@Nonnull @NotEmpty public String getKey()
- Specified by:
getKeyin interfaceorg.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm
-
getURI
@Nonnull @NotEmpty public 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 @NotEmpty public String getJCAAlgorithmID()
- Specified by:
getJCAAlgorithmIDin interfaceorg.opensaml.xmlsec.algorithm.AlgorithmDescriptor
-
getCipherMode
@Nonnull @NotEmpty public String getCipherMode()
- Specified by:
getCipherModein interfaceorg.opensaml.xmlsec.algorithm.KeyTransportAlgorithm
-
getPadding
@Nonnull @NotEmpty public String getPadding()
- Specified by:
getPaddingin interfaceorg.opensaml.xmlsec.algorithm.KeyTransportAlgorithm
-
-