PSource.PSpecified | javax.crypto.spec |
This class extends and is nested within PSource. It explicitly specifies the bytes of "encoding input P" for OAEP padding.public static final class PSource.PSpecified extends PSource { // Public Constructors public PSpecified (byte[ ]); // Public Constants public static final PSource.PSpecified DEFAULT ; // Public Instance Methods public byte[ ] getValue ( ); }
|