Searched refs:validCaNameRfc2253 (Results 1 - 2 of 2) sorted by relevance
/libcore/luni/src/test/java/tests/security/cert/ |
H A D | TrustAnchorTest.java | 48 private static final String validCaNameRfc2253 = field in class:TrustAnchorTest 69 new TrustAnchor(validCaNameRfc2253, pk, getFullEncoding()); 71 new TrustAnchor(validCaNameRfc2253, pk, getEncodingPSOnly()); 73 new TrustAnchor(validCaNameRfc2253, pk, getEncodingESOnly()); 75 new TrustAnchor(validCaNameRfc2253, pk, getEncodingNoMinMax()); 90 new TrustAnchor(validCaNameRfc2253, pk, null); 108 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, ncCopy); 137 new TrustAnchor(validCaNameRfc2253, null, getEncodingPSOnly()); 176 X500Principal x500p = new X500Principal(validCaNameRfc2253); 199 X500Principal x500p = new X500Principal(validCaNameRfc2253); [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
H A D | TrustManagerFactory1Test.java | 437 String validCaNameRfc2253 = ("CN=Test CA," 448 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, getFullEncoding());
|
Completed in 121 milliseconds