org.bouncycastle.x509
public class X509CertificatePair extends Object
| Constructor Summary | |
|---|---|
| X509CertificatePair(X509Certificate forward, X509Certificate reverse)
Constructor.
| |
| X509CertificatePair(CertificatePair pair)
Constructor from a ASN.1 CertificatePair structure.
| |
| Method Summary | |
|---|---|
| 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() |
Parameters: forward Certificate from the other CA to this CA. reverse Certificate from this CA to the other CA.
Parameters: pair The CertificatePair ASN.1 object.
Returns: Returns the forward certificate.
Returns: Returns the reverse certificate.