Searched refs:KEY1 (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/test/java/lang/management/RuntimeMXBean/
H A DGetSystemProperties.java36 private static final String KEY1 = "test.property.key1"; field in class:GetSystemProperties
71 System.setProperty(KEY1, VALUE1);
75 String value1 = props1.get(KEY1);
77 throw new RuntimeException(KEY1 + " property found" +
/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/CTS/
H A DCTSMode.java69 private final static SecretKey KEY1 = field in class:CTSMode
150 String algo = KEY1.getAlgorithm();
152 if (KEY1.getEncoded().length > MAX_KEYSIZE) {
162 cipher.init(Cipher.ENCRYPT_MODE, KEY1, IV1);
170 cipher.init(Cipher.DECRYPT_MODE, KEY1, IV1);
288 String algo = KEY1.getAlgorithm();
291 if (KEY1.getEncoded().length > MAX_KEYSIZE) {
301 cipher.init(Cipher.ENCRYPT_MODE, KEY1, IV1);
330 cipher.init(Cipher.DECRYPT_MODE, KEY1, IV1);
/openjdk10/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java128 private static final String KEY1 = "test.property.key1"; field in class:ProxyTypeMapping
135 System.setProperty(KEY1, VALUE1);
139 String value1 = props1.get(KEY1);
142 KEY1 + " property found" +
H A DValidateOpenTypes.java129 private static final String KEY1 = "test.property.key1"; field in class:ValidateOpenTypes
136 System.setProperty(KEY1, VALUE1);
142 String value1 = getProperty(props1, KEY1);
145 KEY1 + " property found" +

Completed in 99 milliseconds