public final class KeyTransportRSAOAEPMGF1P extends Object implements KeyTransportAlgorithm
AlgorithmDescriptor.AlgorithmType| Constructor and Description |
|---|
KeyTransportRSAOAEPMGF1P() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherMode()
Get the JCA cipher mode specified by this algorithm.
|
String |
getJCAAlgorithmID()
Get the algorithm's JCA algorithm ID.
|
String |
getKey()
Get the JCA key type specified by this algorithm.
|
String |
getPadding()
Get the JCA padding algorithm specified by this algorithm.
|
AlgorithmDescriptor.AlgorithmType |
getType()
Get the algorithm URI's fundamental type.
|
String |
getURI()
Get the algorithm's identifying URI.
|
@Nonnull public String getKey()
getKey in interface KeySpecifiedAlgorithm@Nonnull public String getURI()
getURI in interface AlgorithmDescriptor@Nonnull public AlgorithmDescriptor.AlgorithmType getType()
getType in interface AlgorithmDescriptorAlgorithmDescriptor.AlgorithmType@Nonnull public String getJCAAlgorithmID()
getJCAAlgorithmID in interface AlgorithmDescriptor@Nonnull public String getCipherMode()
getCipherMode in interface KeyTransportAlgorithm@Nonnull public String getPadding()
getPadding in interface KeyTransportAlgorithmCopyright © 1999–2015. All rights reserved.