Searched refs:CI (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestSymmCiphers.java43 private static class CI { // class for holding Cipher Information class in class:TestSymmCiphers
49 CI(String transformation, String keyAlgo, int dataSize) { method in class:TestSymmCiphers.CI
55 private static final CI[] TEST_LIST = {
56 new CI("ARCFOUR", "ARCFOUR", 400),
57 new CI("RC4", "RC4", 401),
58 new CI("DES/CBC/NoPadding", "DES", 400),
59 new CI("DESede/CBC/NoPadding", "DESede", 160),
60 new CI("AES/CBC/NoPadding", "AES", 4800),
61 new CI("Blowfish/CBC/NoPadding", "Blowfish", 24),
62 new CI("DE
[all...]
H A DTestPKCS5PaddingError.java42 private static class CI { // class for holding Cipher Information class in class:TestPKCS5PaddingError
46 CI(String transformation, String keyAlgo) { method in class:TestPKCS5PaddingError.CI
52 private static final CI[] TEST_LIST = {
54 new CI("DES/CBC/PKCS5Padding", "DES"),
55 new CI("DESede/CBC/PKCS5Padding", "DESede"),
56 new CI("AES/CBC/PKCS5Padding", "AES"),
58 new CI("DES/ECB/PKCS5Padding", "DES"),
59 new CI("DESede/ECB/PKCS5Padding", "DESede"),
60 new CI("AES/ECB/PKCS5Padding", "AES"),
73 CI currTes
[all...]
H A DTestSymmCiphersNoPad.java44 private static class CI { // class for holding Cipher Information class in class:TestSymmCiphersNoPad
49 CI(String transformation, String keyAlgo, int dataSize) { method in class:TestSymmCiphersNoPad.CI
56 private static final CI TEST_LIST[] = {
57 new CI("ARCFOUR", "ARCFOUR", 400),
58 new CI("RC4", "RC4", 401),
59 new CI("DES/CBC/NoPadding", "DES", 400),
60 new CI("DESede/CBC/NoPadding", "DESede", 160),
61 new CI("AES/CBC/NoPadding", "AES", 4800),
62 new CI("Blowfish/CBC/NoPadding", "Blowfish", 24),
63 new CI("AE
[all...]
/openjdk7/langtools/test/tools/javac/generics/wildcards/neg/
H A DCastFail11.java49 private interface CI<S> extends CF<S> { } interface in class:CastTest
51 private interface CK<S, T> extends CI<S>, CJ<T> { }
H A DCastFail12.java49 private interface CI<S> extends CF<S> { } interface in class:CastTest
51 private interface CK<S, T> extends CI<S>, CJ<T> { }
H A DCastFail13.java49 private interface CI<S> extends CF<S> { } interface in class:CastTest
51 private interface CK<S, T> extends CI<S>, CJ<T> { }
H A DCastWarn14.java110 private interface CI<S> extends CF<S> { } interface in class:CastTest
112 private interface CK<S, T> extends CI<S>, CJ<T> { }
/openjdk7/langtools/test/tools/javac/generics/wildcards/pos/
H A DCastTest.java101 private interface CI<S> extends CF<S> { } interface in class:CastTest
103 private interface CK<S, T> extends CI<S>, CJ<T> { }

Completed in 74 milliseconds