Uses of Class
org.bouncycastle.asn1.x509.Certificate
-
-
Uses of Certificate in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return Certificate Modifier and Type Method Description Certificate[]
EncryptedPrivateKeyData. getCertificateChain()
Certificate[]
SignatureCheck. getCertificates()
Constructors in org.bouncycastle.asn1.bc with parameters of type Certificate Constructor Description EncryptedPrivateKeyData(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo, Certificate[] certificateChain)
SignatureCheck(AlgorithmIdentifier signatureAlgorithm, Certificate[] certificates, byte[] signature)
-
Uses of Certificate in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return Certificate Modifier and Type Method Description Certificate
CMPCertificate. getX509v3PKCert()
Constructors in org.bouncycastle.asn1.cmp with parameters of type Certificate Constructor Description CMPCertificate(Certificate x509v3PKCert)
-
Uses of Certificate in org.bouncycastle.asn1.cms
Constructors in org.bouncycastle.asn1.cms with parameters of type Certificate Constructor Description IssuerAndSerialNumber(Certificate certificate)
-
Uses of Certificate in org.bouncycastle.asn1.icao
Methods in org.bouncycastle.asn1.icao that return Certificate Modifier and Type Method Description Certificate[]
CscaMasterList. getCertStructs()
Constructors in org.bouncycastle.asn1.icao with parameters of type Certificate Constructor Description CscaMasterList(Certificate[] certStructs)
-
Uses of Certificate in org.bouncycastle.asn1.isismtt.ocsp
Constructors in org.bouncycastle.asn1.isismtt.ocsp with parameters of type Certificate Constructor Description RequestedCertificate(Certificate certificate)
Constructor from a given details. -
Uses of Certificate in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Certificate Modifier and Type Method Description Certificate
CertificatePair. getForward()
static Certificate
Certificate. getInstance(Object obj)
static Certificate
Certificate. getInstance(ASN1TaggedObject obj, boolean explicit)
Certificate
CertificatePair. getReverse()
Constructors in org.bouncycastle.asn1.x509 with parameters of type Certificate Constructor Description CertificatePair(Certificate forward, Certificate reverse)
Constructor from a given details. -
Uses of Certificate in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type Certificate Constructor Description X509CertificateObject(Certificate c)
Deprecated.
-