Searched defs:getIV (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/spec/
H A DIvParameterSpec.java96 public byte[] getIV() { method in class:IvParameterSpec
H A DGCMParameterSpec.java146 public byte[] getIV() { method in class:GCMParameterSpec
H A DRC2ParameterSpec.java119 public byte[] getIV() { method in class:RC2ParameterSpec
H A DRC5ParameterSpec.java159 public byte[] getIV() { method in class:RC5ParameterSpec
/libcore/ojluni/src/main/java/javax/crypto/
H A DCipher.java663 public final byte[] getIV() { method in class:Cipher
734 * {@link #getIV() getIV} (if the parameter is an IV).
790 * {@link #getIV() getIV} (if the parameter is an IV).
864 * {@link #getIV() getIV} (if the parameter is an IV).
928 * {@link #getIV() getIV} (if the parameter is an IV).
1004 * {@link #getIV() getI
[all...]

Completed in 80 milliseconds