Class KeyTransportRSAOAEPMGF1P
- java.lang.Object
-
- org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEPMGF1P
-
- All Implemented Interfaces:
AlgorithmDescriptor,KeySpecifiedAlgorithm,KeyTransportAlgorithm
public final class KeyTransportRSAOAEPMGF1P extends Object implements KeyTransportAlgorithm
Algorithm descriptor for key transport algorithm: RSA OAEP MGF1P.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.algorithm.AlgorithmDescriptor
AlgorithmDescriptor.AlgorithmType
-
-
Constructor Summary
Constructors Constructor Description KeyTransportRSAOAEPMGF1P()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCipherMode()Get the JCA cipher mode specified by this algorithm.StringgetJCAAlgorithmID()Get the algorithm's JCA algorithm ID.StringgetKey()Get the JCA key type specified by this algorithm.StringgetPadding()Get the JCA padding algorithm specified by this algorithm.AlgorithmDescriptor.AlgorithmTypegetType()Get the algorithm URI's fundamental type.StringgetURI()Get the algorithm's identifying URI.
-
-
-
Method Detail
-
getKey
@Nonnull public String getKey()
Get the JCA key type specified by this algorithm.- Specified by:
getKeyin interfaceKeySpecifiedAlgorithm- Returns:
- the key type
-
getURI
@Nonnull public String getURI()
Get the algorithm's identifying URI.- Specified by:
getURIin interfaceAlgorithmDescriptor- Returns:
- the algorithm URI
-
getType
@Nonnull public AlgorithmDescriptor.AlgorithmType getType()
Get the algorithm URI's fundamental type.- Specified by:
getTypein interfaceAlgorithmDescriptor- Returns:
- a type specified with
AlgorithmDescriptor.AlgorithmType
-
getJCAAlgorithmID
@Nonnull public String getJCAAlgorithmID()
Get the algorithm's JCA algorithm ID.- Specified by:
getJCAAlgorithmIDin interfaceAlgorithmDescriptor- Returns:
- the JCA algorithm ID
-
getCipherMode
@Nonnull public String getCipherMode()
Get the JCA cipher mode specified by this algorithm.- Specified by:
getCipherModein interfaceKeyTransportAlgorithm- Returns:
- the cipher mode
-
getPadding
@Nonnull public String getPadding()
Get the JCA padding algorithm specified by this algorithm.- Specified by:
getPaddingin interfaceKeyTransportAlgorithm- Returns:
- the padding algorithm
-
-