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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DX509CertificatePair.java72 public class X509CertificatePair { class
85 * Creates an empty instance of X509CertificatePair.
87 public X509CertificatePair() {} method in class:X509CertificatePair
90 * Creates an instance of X509CertificatePair. At least one of
99 public X509CertificatePair(X509Certificate forward, X509Certificate reverse) method in class:X509CertificatePair
113 * Create a new X509CertificatePair from its encoding.
117 private X509CertificatePair(byte[] encoded)throws CertificateException { method in class:X509CertificatePair
135 * Create a X509CertificatePair from its encoding. Uses cache lookup
138 public static synchronized X509CertificatePair generateCertificatePair
141 X509CertificatePair pai
[all...]

Completed in 33 milliseconds