Searched defs:cipher (Results 1 – 12 of 12) sorted by relevance
97 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); in testAvailable() local106 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); in testDecrypt_NullInput_Discarded() local119 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); in testEncrypt() local131 Cipher cipher = Cipher.getInstance("RC4"); in testEncrypt_RC4() local143 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); in testDecrypt() local151 Cipher cipher = Cipher.getInstance("RC4"); in testDecrypt_RC4() local159 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); in testSkip() local176 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); in testCipherInputStream_TruncatedInput_Failure() local184 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); in testCipherInputStream_NullInputStream_Failure() local
1396 Cipher cipher = Cipher.getInstance("RSA"); in assertCipherInitWithKeyUsage() local
109 Cipher cipher = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testSealedObject1() local138 Cipher cipher = new NullCipher(); in testSealedObject2() local160 Cipher cipher = Cipher.getInstance(algorithm); in testGetAlgorithm() local175 Cipher cipher = Cipher.getInstance(algorithm); in testGetAlgorithmAfterSerialization() local208 Cipher cipher = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testGetObject1() local252 Cipher cipher = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testGetObject2() local296 Cipher cipher = Cipher.getInstance("DES"); in testGetObject3() local330 Cipher cipher = Cipher.getInstance("DES"); in testDeserialization() local
92 Cipher cipher = Cipher.getInstance("DESede/CBC/PKCS5Padding"); in test_getInstanceLjava_lang_String() local114 Cipher cipher = Cipher.getInstance("DES", providers[i].getName()); in test_getInstanceLjava_lang_StringLjava_lang_String() local148 Cipher cipher = Cipher.getInstance("DES", providers[i]); in test_getInstanceLjava_lang_StringLjava_security_Provider() local176 Cipher cipher = Cipher.getInstance("AES", provider.getName()); in test_getProvider() local190 Cipher cipher = Cipher.getInstance(algorithm); in test_getAlgorithm() local201 Cipher cipher = Cipher.getInstance(algorithm); in test_getBlockSize() local210 Cipher cipher = Cipher.getInstance(ALGORITHM_3DES + "/ECB/PKCS5Padding"); in test_getOutputSizeI() local233 Cipher cipher = Cipher.getInstance(ALGORITHM_3DES + "/ECB/PKCS5Padding"); in test_initWithKey() local250 Cipher cipher = Cipher.getInstance(ALGORITHM_3DES + "/ECB/PKCS5Padding"); in test_initWithSecureRandom() local268 Cipher cipher = Cipher.getInstance(ALGORITHM_3DES + "/CBC/PKCS5Padding"); in test_initWithAlgorithmParameterSpec() local[all …]
240 public PKCS8EncodedKeySpec getKeySpec(Cipher cipher) in getKeySpec()284 Cipher cipher = Cipher.getInstance(algName); in getKeySpec() local343 Cipher cipher = Cipher.getInstance(algName, providerName); in getKeySpec() local397 Cipher cipher = Cipher.getInstance(algName, provider); in getKeySpec() local
173 Cipher cipher = Cipher.getInstance(sealAlg); in getObject() local261 Cipher cipher = Cipher.getInstance(sealAlg, provider); in getObject() local
37 private final Cipher cipher; field in CipherOutputStream
38 private final Cipher cipher; field in CipherInputStream
43 Cipher cipher = null; in test() local73 public byte[] crypt(Cipher cipher, byte[] input) { in crypt()
56 Cipher cipher = null; in test() local
64 Cipher cipher = null; in test() local
1127 public static Set<String> getModesForCipher(String cipher) { in getModesForCipher()1134 public static Set<String> getPaddingsForCipher(String cipher) { in getPaddingsForCipher()