Home
last modified time | relevance | path

Searched refs:X509CertPath (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
DCodeSourceTest.java41 import sun.security.provider.certpath.X509CertPath;
71 X509CertPath certPath = new X509CertPath(List.of(cert)); in createCodeSigner()
DProtectionDomainTest.java44 import sun.security.provider.certpath.X509CertPath;
103 X509CertPath certPath = new X509CertPath(List.of(cert)); in createCodeSigner()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DX509CertPath.java64 public class X509CertPath extends CertPath { class
104 public X509CertPath(List<? extends Certificate> certs) throws CertificateException { in X509CertPath() method in X509CertPath
138 public X509CertPath(InputStream is) throws CertificateException { in X509CertPath() method in X509CertPath
152 public X509CertPath(InputStream is, String encoding) in X509CertPath() method in X509CertPath
/libcore/
Dopenjdk_java_files.bp1688 "ojluni/src/main/java/sun/security/provider/certpath/X509CertPath.java",