Team LiB
Previous Section Next Section

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

    Team LiB
    Previous Section Next Section