Searched defs:certStr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/security/provider/certpath/DisabledAlgorithms/
H A DCPValidatorIntermediate.java181 private static CertPath generateCertificatePath(String certStr) argument
188 is = new ByteArrayInputStream(certStr.getBytes());
/openjdk7/jdk/test/sun/security/rsa/
H A DInvalidBitString.java108 private static Certificate generate(String certStr) throws Exception { argument
112 is = new ByteArrayInputStream(certStr.getBytes());

Completed in 3437 milliseconds