Searched defs:supportedSince (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java178 final int supportedSince; field in class:CipherTest.TestParameters.TLSCipherStatus
184 int supportedSince, int obsoletedSince) {
186 this.supportedSince = supportedSince;
199 if ((versionNumber < status.supportedSince) ||
183 TLSCipherStatus(String cipherSuite, int supportedSince, int obsoletedSince) argument
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java177 final int supportedSince; field in class:CipherTest.TestParameters.TLSCipherStatus
183 int supportedSince, int obsoletedSince) {
185 this.supportedSince = supportedSince;
198 if ((versionNumber < status.supportedSince) ||
182 TLSCipherStatus(String cipherSuite, int supportedSince, int obsoletedSince) argument
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java177 final int supportedSince; field in class:CipherTest.TestParameters.TLSCipherStatus
183 int supportedSince, int obsoletedSince) {
185 this.supportedSince = supportedSince;
198 if ((versionNumber < status.supportedSince) ||
182 TLSCipherStatus(String cipherSuite, int supportedSince, int obsoletedSince) argument

Completed in 35 milliseconds