public class X509CertificatePair extends Object
Constructor and Description |
---|
X509CertificatePair(CertificatePair pair)
Constructor from a ASN.1 CertificatePair structure.
|
X509CertificatePair(X509Certificate forward,
X509Certificate reverse)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getEncoded() |
X509Certificate |
getForward()
Returns the certificate from the other CA to this CA.
|
X509Certificate |
getReverse()
Return the certificate from this CA to the other CA.
|
int |
hashCode() |
public X509CertificatePair(X509Certificate forward, X509Certificate reverse)
forward
- Certificate from the other CA to this CA.reverse
- Certificate from this CA to the other CA.public X509CertificatePair(CertificatePair pair) throws CertificateParsingException
pair
- The CertificatePair
ASN.1 object.CertificateParsingException
public byte[] getEncoded() throws CertificateEncodingException
CertificateEncodingException
public X509Certificate getForward()
public X509Certificate getReverse()
Copyright © 2015. All rights reserved.