Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/javax/crypto/
DCipher.annotated.java47 …crypto.CipherSpi cipherSpi, java.security.Provider provider, java.lang.String transformation) { th… in Cipher()
49 public static final javax.crypto.Cipher getInstance(java.lang.String transformation) throws java.se… in getInstance()
51 public static final javax.crypto.Cipher getInstance(java.lang.String transformation, java.lang.Stri… in getInstance()
53 public static final javax.crypto.Cipher getInstance(java.lang.String transformation, java.security.… in getInstance()
113 public static final int getMaxAllowedKeyLength(java.lang.String transformation) throws java.securit… in getMaxAllowedKeyLength()
115 …urity.spec.AlgorithmParameterSpec getMaxAllowedParameterSpec(java.lang.String transformation) thro… in getMaxAllowedParameterSpec()
/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java342 final private String transformation; field in Cipher
402 String transformation) { in Cipher()
421 String transformation, in Cipher()
432 private static String[] tokenizeTransformation(String transformation) in tokenizeTransformation()
635 public static final Cipher getInstance(String transformation) in getInstance()
680 public static final Cipher getInstance(String transformation, in getInstance()
729 public static final Cipher getInstance(String transformation, in getInstance()
739 static final Cipher createCipher(String transformation, Provider provider) in createCipher()
2510 public static final int getMaxAllowedKeyLength(String transformation) in getMaxAllowedKeyLength()
2544 String transformation) throws NoSuchAlgorithmException { in getMaxAllowedParameterSpec()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DEncryptedPrivateKeyInfoTest.java1600 public TestDataGenerator(String algName, String transformation, in TestDataGenerator()