Searched refs:targetCertStr (Results 1 - 19 of 19) sorted by relevance

/openjdk10/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A DStatusLoopDependency.java147 static String targetCertStr = field in class:StatusLoopDependency
210 is = new ByteArrayInputStream(targetCertStr.getBytes());
255 is = new ByteArrayInputStream(targetCertStr.getBytes());
284 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DKeyUsageMatters.java141 static String targetCertStr = field in class:KeyUsageMatters
204 is = new ByteArrayInputStream(targetCertStr.getBytes());
249 is = new ByteArrayInputStream(targetCertStr.getBytes());
278 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DDisableRevocation.java130 static String targetCertStr = field in class:DisableRevocation
170 is = new ByteArrayInputStream(targetCertStr.getBytes());
206 is = new ByteArrayInputStream(targetCertStr.getBytes());
235 is = new ByteArrayInputStream(targetCertStr.getBytes());
/openjdk10/jdk/test/java/security/cert/CertPathValidator/OCSP/
H A DFailoverToCRL.java166 static String targetCertStr = field in class:FailoverToCRL
202 new ByteArrayInputStream(targetCertStr.getBytes());
/openjdk10/jdk/test/java/security/cert/CertPathValidator/nameConstraints/
H A DNameConstraintsWithUnexpectedRID.java76 static String targetCertStr = field in class:NameConstraintsWithUnexpectedRID
100 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DNameConstraintsWithRID.java76 static String targetCertStr = field in class:NameConstraintsWithRID
100 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DNameConstraintsWithoutRID.java76 static String targetCertStr = field in class:NameConstraintsWithoutRID
100 is = new ByteArrayInputStream(targetCertStr.getBytes());
/openjdk10/jdk/test/java/security/cert/CertPathValidator/indirectCRL/
H A DCircularCRLOneLevelRevoked.java83 static String targetCertStr = dumCaCertStr; field in class:CircularCRLOneLevelRevoked
118 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DCircularCRLOneLevel.java82 static String targetCertStr = subCaCertStr; field in class:CircularCRLOneLevel
117 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DCircularCRLTwoLevelRevoked.java83 static String targetCertStr = field in class:CircularCRLTwoLevelRevoked
160 is = new ByteArrayInputStream(targetCertStr.getBytes());
H A DCircularCRLTwoLevel.java82 static String targetCertStr = field in class:CircularCRLTwoLevel
159 is = new ByteArrayInputStream(targetCertStr.getBytes());
/openjdk10/jdk/test/sun/security/ssl/X509TrustManagerImpl/
H A DComodoHacker.java184 static String targetCertStr = field in class:ComodoHacker
283 new ByteArrayInputStream(targetCertStr.getBytes())) {
H A DSelfIssuedCert.java113 static String targetCertStr = field in class:SelfIssuedCert
166 SSLContext context = getSSLContext(null, targetCertStr,
/openjdk10/jdk/test/javax/net/ssl/TLSv12/
H A DDisabledShortRSAKeys.java83 static String targetCertStr = field in class:DisabledShortRSAKeys
124 return generateSSLContext(null, targetCertStr, targetPrivateKey);
H A DShortRSAKeyGCM.java110 static String targetCertStr = field in class:ShortRSAKeyGCM
156 SSLContext context = generateSSLContext(null, targetCertStr,
H A DShortRSAKey512.java91 static String targetCertStr = field in class:ShortRSAKey512
137 SSLContext context = generateSSLContext(null, targetCertStr,
H A DDisabledShortDSAKeys.java98 static String targetCertStr = field in class:DisabledShortDSAKeys
142 SSLContext context = generateSSLContext(null, targetCertStr,
H A DSignatureAlgorithms.java104 static String[] targetCertStr = { field in class:SignatureAlgorithms
221 null, targetCertStr, targetPrivateKey);
/openjdk10/jdk/test/sun/security/ssl/SSLContextImpl/
H A DTrustTrustedCert.java78 static String targetCertStr = field in class:TrustTrustedCert
212 is = new ByteArrayInputStream(targetCertStr.getBytes());

Completed in 258 milliseconds