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

/openjdk7/jdk/src/share/classes/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
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DFeedbackCipher.java109 final byte[] getIV() { method in class:FeedbackCipher
H A DPBECipherCore.java147 byte[] getIV() { method in class:PBECipherCore
148 return cipher.getIV();
H A DCipherCore.java302 byte[] getIV() { method in class:CipherCore
303 byte[] iv = cipher.getIV();
323 byte[] iv = getIV();
428 ivBytes = ((IvParameterSpec)params).getIV();
435 ivBytes = ((RC2ParameterSpec)params).getIV();
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java962 public final byte[] getIV() { method in class:Cipher
1119 * {@link #getIV() getIV} (if the parameter is an IV).
1172 * {@link #getIV() getIV} (if the parameter is an IV).
1241 * {@link #getIV() getIV} (if the parameter is an IV).
1302 * {@link #getIV() getIV} (if the parameter is an IV).
1372 * {@link #getIV() getI
[all...]

Completed in 36 milliseconds