|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PSource | |
---|---|
javax.crypto.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
Uses of PSource in javax.crypto.spec |
---|
Subclasses of PSource in javax.crypto.spec | |
---|---|
static class |
PSource.PSpecified
This class is used to explicitly specify the value for encoding input P in OAEP Padding. |
Methods in javax.crypto.spec that return PSource | |
---|---|
PSource |
OAEPParameterSpec.getPSource()
Returns the source of encoding input P. |
Constructors in javax.crypto.spec with parameters of type PSource | |
---|---|
OAEPParameterSpec(String mdName,
String mgfName,
AlgorithmParameterSpec mgfSpec,
PSource pSrc)
Constructs a parameter set for OAEP padding as defined in the PKCS #1 standard using the specified message digest algorithm mdName , mask generation function
algorithm mgfName , parameters for the mask
generation function mgfSpec , and source of
the encoding input P pSrc . |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.