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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DX509CertificatePair.java72 public class X509CertificatePair { class
82 private static final Cache<Object, X509CertificatePair> cache
86 * Creates an empty instance of X509CertificatePair.
88 public X509CertificatePair() {} method in class:X509CertificatePair
91 * Creates an instance of X509CertificatePair. At least one of
100 public X509CertificatePair(X509Certificate forward, X509Certificate reverse) method in class:X509CertificatePair
114 * Create a new X509CertificatePair from its encoding.
118 private X509CertificatePair(byte[] encoded) throws CertificateException { method in class:X509CertificatePair
136 * Create a X509CertificatePair from its encoding. Uses cache lookup
139 public static synchronized X509CertificatePair generateCertificatePai
[all...]

Completed in 78 milliseconds