No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | javax.crypto.spec.IvParameterSpec | 
The algorithm parameter specification for an initialization vector.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Creates a new 
            IvParameterSpecinstance with the bytes from the specified buffer 
           iv used as 
           initialization vector. | ||||||||||
|  | 
           Creates a new 
            IvParameterSpecinstance withbyteCountbytes from the specified bufferivstarting atoffset. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Returns a copy of the 
           initialization vector data.
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
Creates a new IvParameterSpec instance with the bytes from the specified buffer iv used as initialization vector.
| iv | the buffer used as initialization vector. | 
|---|
| NullPointerException | if the specified buffer is null. | 
|---|
Creates a new IvParameterSpec instance with byteCount bytes from the specified buffer iv starting at offset.
| IllegalArgumentException | if the specified buffer is null or offsetandbyteCountdo not specify a valid chunk in the specified buffer. | 
|---|---|
| ArrayIndexOutOfBoundsException | if offsetorbyteCountare negative. | 
Returns a copy of the initialization vector data.