Uses of Class
org.bouncycastle.x509.X509CertificatePair
-
Packages that use X509CertificatePair Package Description org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of X509CertificatePair in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return X509CertificatePair Modifier and Type Method Description X509CertificatePair
X509CertPairStoreSelector. getCertPair()
Returns the certificate pair which is used for testing on equality.Methods in org.bouncycastle.x509 with parameters of type X509CertificatePair Modifier and Type Method Description void
X509CertPairStoreSelector. setCertPair(X509CertificatePair certPair)
Set the certificate pair which is used for testing on equality.
-