| |
|
| java.lang.Object org.bouncycastle.x509.X509CertificatePair
X509CertificatePair | public class X509CertificatePair (Code) | | This class contains a cross certificate pair. Cross certificates pairs may
contain two cross signed certificates from two CAs. A certificate from the
other CA to this CA is contained in the forward certificate, the certificate
from this CA to the other CA is contained in the reverse certificate.
|
X509CertificatePair | public X509CertificatePair(X509Certificate forward, X509Certificate reverse)(Code) | | Constructor.
Parameters: forward - Certificate from the other CA to this CA. Parameters: reverse - Certificate from this CA to the other CA. |
getForward | public X509Certificate getForward()(Code) | | Returns the certificate from the other CA to this CA.
Returns the forward certificate. |
getReverse | public X509Certificate getReverse()(Code) | | Return the certificate from this CA to the other CA.
Returns the reverse certificate. |
hashCode | public int hashCode()(Code) | | |
|
|
|