Searched refs:subCrlIssuerCertStr (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A DDisableRevocation.java105 static String subCrlIssuerCertStr = field in class:DisableRevocation
179 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
197 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
226 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
H A DKeyUsageMatters.java116 static String subCrlIssuerCertStr = field in class:KeyUsageMatters
161 // CRL issued by the delegated CRL issuer, subCrlIssuerCertStr
213 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
240 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
269 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
H A DStatusLoopDependency.java122 static String subCrlIssuerCertStr = field in class:StatusLoopDependency
167 // CRL issued by the delegated CRL issuer, subCrlIssuerCertStr
219 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
246 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
275 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
/openjdk7/jdk/test/java/security/cert/CertPathValidator/indirectCRL/
H A DCircularCRLTwoLevel.java107 static String subCrlIssuerCertStr = field in class:CircularCRLTwoLevel
204 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());
H A DCircularCRLTwoLevelRevoked.java108 static String subCrlIssuerCertStr = field in class:CircularCRLTwoLevelRevoked
205 is = new ByteArrayInputStream(subCrlIssuerCertStr.getBytes());

Completed in 126 milliseconds