Home
last modified time | relevance | path

Searched defs:transformation (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/javax/crypto/
DCipher.java149 private final String transformation; field in Cipher
176 protected Cipher(CipherSpi cipherSpi, Provider provider, String transformation) { in Cipher()
189 private Cipher(String transformation, String[] transformParts, Provider provider) { in Cipher()
215 public static final Cipher getInstance(String transformation) in getInstance()
241 public static final Cipher getInstance(String transformation, in getInstance()
275 public static final Cipher getInstance(String transformation, in getInstance()
284 private static NoSuchAlgorithmException invalidTransformation(String transformation) in invalidTransformation()
293 private static Cipher getCipher(String transformation, Provider provider) in getCipher()
311 private static String[] checkTransformation(String transformation) in checkTransformation()
1561 public static final int getMaxAllowedKeyLength(String transformation) in getMaxAllowedKeyLength()
[all …]
/libcore/support/src/test/java/tests/security/
DAlgorithmParameterSymmetricHelper.java66 String transformation = algorithmName; in test() local
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DEncryptedPrivateKeyInfoTest.java1600 public TestDataGenerator(String algName, String transformation, in TestDataGenerator()
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java2488 public final String transformation; field in CipherTest.CipherTestParam
2500 public CipherTestParam(String transformation, byte[] key, byte[] iv, byte[] plaintext, in CipherTestParam()
2686 private static String getCipherTransformationWithNoPadding(String transformation) { in getCipherTransformationWithNoPadding()