Java In A Nutshell, 5th Edition

PSource.PSpecified javax.crypto.spec

Java 5.0

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 ( ); }

Категории