|
Préférences
Moteurs de recherche
|
|||||||||||||||
JavaTM 2 Platform Std. Ed. v1.5.0
javax.crypto.spec
|
Nested Class Summary | |
---|---|
static class |
PSource.PSpecified
This class is used to explicitly specify the value for encoding input P in OAEP Padding. |
Constructor Summary | |
---|---|
protected |
PSource(String pSrcName)
Constructs a source of the encoding input P for OAEP padding as defined in the PKCS #1 standard using the specified PSource algorithm. |
Method Summary | |
---|---|
String |
getAlgorithm()
Returns the PSource algorithm name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PSource(String pSrcName)
pSrcName
- the algorithm for the source of the
encoding input P.
NullPointerException
- if pSrcName
is null.Method Detail |
---|
public String getAlgorithm()