Searched refs:baseAlgo (Results 1 - 11 of 11) sorted by relevance

/openjdk9/jdk/test/com/sun/crypto/provider/CICO/PBEFunc/
H A DAbstractPBEWrapper.java48 protected final String baseAlgo; field in class:AbstractPBEWrapper
90 this.baseAlgo = algo.baseAlgo;
H A DPBEAlgorithm.java63 final String baseAlgo; field in class:PBEAlgorithm
69 this.baseAlgo = alg;
77 sj.add(baseAlgo);
H A DCICOPBEFuncTest.java42 String algo = algorithm.baseAlgo.toUpperCase();
H A DDefaultPBEWrapper.java65 SecretKey key = SecretKeyFactory.getInstance(baseAlgo)
H A DPBKDF2Wrapper.java99 SecretKeyFactory keyFactory = SecretKeyFactory.getInstance(baseAlgo);
H A DAESPBEWrapper.java61 SecretKeyFactory skf = SecretKeyFactory.getInstance(algo.baseAlgo);
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DTestCipherKeyWrapperPBEKey.java119 String baseAlgo
121 boolean isAES = baseAlgo.contains("AES");
131 SecretKeyFactory skf = SecretKeyFactory.getInstance(baseAlgo, p);
151 if ((baseAlgo.endsWith("TRIPLEDES")
152 || baseAlgo.endsWith("AES_256")) && !isUnlimited) {
162 if ((baseAlgo.endsWith("TRIPLEDES")
163 || baseAlgo.endsWith("AES_256")) && !isUnlimited) {
H A DPBESealedObject.java118 String baseAlgo
120 boolean isAES = baseAlgo.contains("AES");
128 SecretKeyFactory skf = SecretKeyFactory.getInstance(baseAlgo, p);
164 if (baseAlgo.endsWith("TRIPLEDES") || baseAlgo.endsWith("AES_256")) {
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/PBE/PBESameBuffer/
H A DPBECipherWrapper.java66 String baseAlgo = st.nextToken().toUpperCase();
81 if ((baseAlgo.endsWith("TRIPLEDES")
82 || baseAlgo.endsWith("AES_256")) && !isUnlimited) {
105 (baseAlgo.endsWith("TRIPLEDES")
106 || baseAlgo.endsWith("AES_256")) &&
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DTestCipherKeyWrapperTest.java234 String baseAlgo = alg.split("/")[0].toUpperCase();
239 && (baseAlgo.endsWith("TRIPLEDES") || alg
245 SecretKeyFactory skf = SecretKeyFactory.getInstance(baseAlgo, p);
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/TextLength/
H A DPBECipherWrapper.java56 protected String baseAlgo; field in class:PBECipherWrapper
62 baseAlgo = algorithm.split("/")[0].toUpperCase();

Completed in 57 milliseconds