Searched refs:getBlockSize (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DSymmetricCipher.java56 abstract int getBlockSize(); method in class:SymmetricCipher
H A DFeedbackCipher.java56 blockSize = embeddedCipher.getBlockSize();
68 final int getBlockSize() { method in class:FeedbackCipher
H A DPBEWithMD5AndDESCipher.java104 return core.getBlockSize();
H A DPBEWithMD5AndTripleDESCipher.java116 return core.getBlockSize();
H A DPBECipherCore.java109 int getBlockSize() { method in class:PBECipherCore
H A DRC2Crypt.java93 int getBlockSize() { method in class:RC2Crypt
H A DPKCS12PBECipherCore.java163 blockSize = symmCipher.getBlockSize();
H A DAESCrypt.java75 int getBlockSize() { method in class:AESCrypt
H A DBlowfishCrypt.java53 int getBlockSize() { method in class:BlowfishCrypt
H A DDESCrypt.java525 int getBlockSize() { method in class:DESCrypt
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestISO10126Padding.java64 byte[] paddedData = new byte[ci.getBlockSize()];
/openjdk7/jdk/test/javax/crypto/NullCipher/
H A DTestNPE.java59 // testing getBlockSize()
60 if (nc.getBlockSize() != 1) {
61 throw new Exception("Error with getBlockSize()");
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DDkCrypto.java132 int blockSize = encCipher.getBlockSize();
225 int blockSize = encCipher.getBlockSize();
261 int blockSize = decCipher.getBlockSize();
318 int blockSize = decCipher.getBlockSize();
485 int blocksize = encCipher.getBlockSize();
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/CTS/
H A DCTSMode.java198 int blockSize = cipher.getBlockSize();
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java831 int blockSize = des.getBlockSize();
960 int blockSize = des.getBlockSize();
1053 int blockSize = des.getBlockSize();
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java1330 int bs = encCipher.getBlockSize();
1458 int blockSize = decCipher.getBlockSize();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.java177 // Do not call getBlockSize until after init()
179 blockSize = cipher.getBlockSize();
180 // some providers implement getBlockSize() incorrectly
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java913 public final int getBlockSize() { method in class:Cipher
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java1559 int ivLen = c.getBlockSize();

Completed in 86 milliseconds