Uses of Class
org.bouncycastle.asn1.x509.CertificatePair
-
Packages that use CertificatePair Package Description org.bouncycastle.asn1.x509 org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of CertificatePair in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return CertificatePair Modifier and Type Method Description static CertificatePair
CertificatePair. getInstance(Object obj)
-
Uses of CertificatePair in org.bouncycastle.x509
Constructors in org.bouncycastle.x509 with parameters of type CertificatePair Constructor Description X509CertificatePair(CertificatePair pair)
Constructor from a ASN.1 CertificatePair structure.
-