Searched defs:targetCertStr (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/test/java/security/cert/CertPathValidator/OCSP/
H A DFailoverToCRL.java158 static String targetCertStr = field in class:FailoverToCRL
194 new ByteArrayInputStream(targetCertStr.getBytes());
/openjdk7/jdk/test/java/security/cert/CertPathValidator/nameConstraints/
H A DNameConstraintsWithRID.java76 static String targetCertStr = field in class:NameConstraintsWithRID
100 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DNameConstraintsWithUnexpectedRID.java76 static String targetCertStr = field in class:NameConstraintsWithUnexpectedRID
100 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DNameConstraintsWithoutRID.java76 static String targetCertStr = field in class:NameConstraintsWithoutRID
100 is = new ByteArrayInputStream(targetCertStr.getBytes());
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/
H A DComodoHacker.java184 static String targetCertStr = field in class:ComodoHacker
283 new ByteArrayInputStream(targetCertStr.getBytes())) {
H A DSelfIssuedCert.java112 static String targetCertStr = field in class:SelfIssuedCert
165 SSLContext context = getSSLContext(null, targetCertStr,
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A DDisableRevocation.java123 static String targetCertStr = field in class:DisableRevocation
163 is = new ByteArrayInputStream(targetCertStr.getBytes());
199 is = new ByteArrayInputStream(targetCertStr.getBytes());
228 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DKeyUsageMatters.java134 static String targetCertStr = field in class:KeyUsageMatters
197 is = new ByteArrayInputStream(targetCertStr.getBytes());
242 is = new ByteArrayInputStream(targetCertStr.getBytes());
271 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DStatusLoopDependency.java140 static String targetCertStr = field in class:StatusLoopDependency
203 is = new ByteArrayInputStream(targetCertStr.getBytes());
248 is = new ByteArrayInputStream(targetCertStr.getBytes());
277 is = new ByteArrayInputStream(targetCertStr.getBytes());
/openjdk7/jdk/test/java/security/cert/CertPathValidator/indirectCRL/
H A DCircularCRLOneLevel.java75 static String targetCertStr = subCaCertStr; field in class:CircularCRLOneLevel
110 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DCircularCRLOneLevelRevoked.java76 static String targetCertStr = dumCaCertStr; field in class:CircularCRLOneLevelRevoked
111 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DCircularCRLTwoLevel.java75 static String targetCertStr = field in class:CircularCRLTwoLevel
152 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DCircularCRLTwoLevelRevoked.java76 static String targetCertStr = field in class:CircularCRLTwoLevelRevoked
153 is = new ByteArrayInputStream(targetCertStr.getBytes());
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/
H A DMD2InTrustAnchor.java91 static String targetCertStr = field in class:MD2InTrustAnchor
146 SSLContext context = generateSSLContext(trustedCertStr, targetCertStr,
185 SSLContext context = generateSSLContext(trustedCertStr, targetCertStr,
H A DTrustTrustedCert.java89 static String targetCertStr = field in class:TrustTrustedCert
239 is = new ByteArrayInputStream(targetCertStr.getBytes());
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv12/
H A DDisabledShortRSAKeys.java96 static String targetCertStr = field in class:DisabledShortRSAKeys
142 SSLContext context = generateSSLContext(null, targetCertStr,
H A DShortRSAKey512.java91 static String targetCertStr = field in class:ShortRSAKey512
137 SSLContext context = generateSSLContext(null, targetCertStr,

Completed in 43 milliseconds