Searched refs:transformation (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/javax/crypto/ |
D | Cipher.java | 342 final private String transformation; field in Cipher 402 String transformation) { in Cipher() argument 412 this.transformation = transformation; in Cipher() 421 String transformation, in Cipher() argument 425 this.transformation = transformation; in Cipher() 432 private static String[] tokenizeTransformation(String transformation) in tokenizeTransformation() argument 434 if (transformation == null || transformation.isEmpty()) { in tokenizeTransformation() 446 StringTokenizer parser = new StringTokenizer(transformation, "/"); in tokenizeTransformation() 454 transformation); in tokenizeTransformation() 458 "format:" + transformation); in tokenizeTransformation() [all …]
|
/libcore/ojluni/annotations/mmodule/javax/crypto/ |
D | Cipher.annotated.java | 47 …pherSpi cipherSpi, java.security.Provider provider, java.lang.String transformation) { throw new R… in Cipher() argument 49 public static final javax.crypto.Cipher getInstance(java.lang.String transformation) throws java.se… in getInstance() argument 51 public static final javax.crypto.Cipher getInstance(java.lang.String transformation, java.lang.Stri… in getInstance() argument 53 public static final javax.crypto.Cipher getInstance(java.lang.String transformation, java.security.… in getInstance() argument 113 public static final int getMaxAllowedKeyLength(java.lang.String transformation) throws java.securit… in getMaxAllowedKeyLength() argument 115 …c.AlgorithmParameterSpec getMaxAllowedParameterSpec(java.lang.String transformation) throws java.s… in getMaxAllowedParameterSpec() argument
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | EncryptedPrivateKeyInfoTest.java | 1600 public TestDataGenerator(String algName, String transformation, in TestDataGenerator() argument 1604 .getInstance(transformation != null ? transformation in TestDataGenerator() 1606 transformation != null ? transformation : algName, in TestDataGenerator()
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 32 transformation or translation of a Source form, including but
|