Searched defs:transformation (Results 1 – 3 of 3) sorted by relevance
| /libcore/ojluni/annotations/mmodule/javax/crypto/ |
| D | Cipher.annotated.java | 43 …crypto.CipherSpi cipherSpi, java.security.Provider provider, java.lang.String transformation) { th… in Cipher() 45 public static final javax.crypto.Cipher getInstance(java.lang.String transformation) throws java.se… in getInstance() 47 public static final javax.crypto.Cipher getInstance(java.lang.String transformation, java.lang.Stri… in getInstance() 49 public static final javax.crypto.Cipher getInstance(java.lang.String transformation, java.security.… in getInstance() 109 public static final int getMaxAllowedKeyLength(java.lang.String transformation) throws java.securit… in getMaxAllowedKeyLength() 111 …urity.spec.AlgorithmParameterSpec getMaxAllowedParameterSpec(java.lang.String transformation) thro… in getMaxAllowedParameterSpec()
|
| /libcore/ojluni/src/main/java/javax/crypto/ |
| D | Cipher.java | 323 final private String transformation; field in Cipher 383 String transformation) { in Cipher() 402 String transformation, in Cipher() 413 private static String[] tokenizeTransformation(String transformation) in tokenizeTransformation() 616 public static final Cipher getInstance(String transformation) in getInstance() 661 public static final Cipher getInstance(String transformation, in getInstance() 710 public static final Cipher getInstance(String transformation, in getInstance() 720 static final Cipher createCipher(String transformation, Provider provider) in createCipher() 2491 public static final int getMaxAllowedKeyLength(String transformation) in getMaxAllowedKeyLength() 2525 String transformation) throws NoSuchAlgorithmException { in getMaxAllowedParameterSpec()
|
| /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
| D | EncryptedPrivateKeyInfoTest.java | 1600 public TestDataGenerator(String algName, String transformation, in TestDataGenerator()
|