No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||
| ↳ | javax.crypto.spec.PSource | |
| ↳ | javax.crypto.spec.PSource.PSpecified | |
The explicit specification of the parameter P used in the source algorithm. 
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | DEFAULT | The instance of PSpecifiedwith the default valuebyte[0]forP | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Creates a new instance of 
            PSpecifiedwith the specified parameterP. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Returns a copy of the value of the parameter 
            P. | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class javax.crypto.spec.PSource | |||||||||||
|  From class java.lang.Object | |||||||||||
The instance of PSpecified with the default value byte[0] for P 
Creates a new instance of PSpecified with the specified parameter P.
| p | the parameter P. | 
|---|
| NullPointerException | if pis null. | 
|---|
Returns a copy of the value of the parameter P.
P