/libcore/ojluni/src/test/java/util/Properties/ |
D | StringPropertyNames.java | 46 private static String KEY = "good.property."; field in StringPropertyNames 54 props1.put(KEY + "1." + i, VALUE + "1." + i); in main() 57 props2.put(KEY + "2." + i, VALUE + "2." + i); in main() 62 props1.put(KEY + i, VALUE + "1." + i); in main() 63 props2.put(KEY + i, VALUE + "2." + i); in main() 77 props1.put(KEY + "9", new Integer(4)); in main() 88 Object v = props1.remove(KEY + "9"); in main() 91 "Key " + KEY + "9" + " not found"); in main()
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | CertificateX509Key.java | 53 public static final String KEY = "value"; field in CertificateX509Key 114 if (name.equalsIgnoreCase(KEY)) { in set() 126 if (name.equalsIgnoreCase(KEY)) { in get() 138 if (name.equalsIgnoreCase(KEY)) { in delete() 152 elements.addElement(KEY); in getElements()
|
D | X509CertInfo.java | 78 public static final String KEY = CertificateX509Key.NAME; field in X509CertInfo 123 map.put(KEY, Integer.valueOf(ATTR_KEY)); in map.put() argument 202 elements.addElement(KEY); in getElements()
|
D | X509CertImpl.java | 103 X509CertInfo.KEY + DOT + 104 CertificateX509Key.KEY; 844 + DOT + CertificateX509Key.KEY); in getPublicKey()
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | ecpriv.pem | 1 -----BEGIN EC PRIVATE KEY----- 5 -----END EC PRIVATE KEY-----
|
D | cakey.pem | 1 -----BEGIN PRIVATE KEY----- 16 -----END PRIVATE KEY-----
|
D | dsapriv.pem | 1 -----BEGIN DSA PRIVATE KEY----- 12 -----END DSA PRIVATE KEY-----
|
D | privkey.pem | 1 -----BEGIN RSA PRIVATE KEY----- 27 -----END RSA PRIVATE KEY-----
|
/libcore/luni/src/test/resources/keystore/ |
D | privkey.pem | 1 -----BEGIN PRIVATE KEY----- 16 -----END PRIVATE KEY-----
|
/libcore/ojluni/src/tools/build/tools/spp/ |
D | Spp.java | 107 static final String KEY = "([a-zA-Z0-9]+)"; field in Spp 117 final Matcher ifkey = Pattern.compile("^#if\\[(!)?" + KEY + "\\]").matcher(""); 118 final Matcher elsekey = Pattern.compile("^#else\\[(!)?" + KEY + "\\]").matcher(""); 119 final Matcher endkey = Pattern.compile("^#end\\[(!)?" + KEY + "\\]").matcher(""); 120 …final Matcher vardef = Pattern.compile("\\{#if\\[(!)?" + KEY + "\\]\\?" + TEXT + "(:"+ TEXT + ")?…
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | TestKeyStoreSpi.java | 54 public static final Key KEY = new SecretKey() { field in TestKeyStoreSpi 75 aliases.put("keyalias", KEY); in TestKeyStoreSpi()
|
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
D | CertificateX509Key.java | 76 public static final java.lang.String KEY = "value"; field in CertificateX509Key
|
D | X509CertInfo.java | 198 public static final java.lang.String KEY = "key"; field in X509CertInfo
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | Cipher.java | 1162 chooseProvider(InitType.KEY, opmode, key, null, null, random); in init() 1632 chooseProvider(InitType.KEY, opmode, (Key) publicKey, null, null, random); in init() 2762 KEY, ALGORITHM_PARAMS, ALGORITHM_PARAM_SPEC, enumConstant 3002 case KEY: in tryTransformWithProvider()
|