Uses of Class
org.bouncycastle.asn1.crmf.CertId
-
Packages that use CertId Package Description org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 4210.org.bouncycastle.asn1.crmf Support classes useful for encoding and supporting PKIX-CRMF as described RFC 4211. -
-
Uses of CertId in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return CertId Modifier and Type Method Description CertId
OOBCertHash. getCertId()
CertId
RevAnnContent. getCertId()
CertId[]
RevRepContent. getRevCerts()
Methods in org.bouncycastle.asn1.cmp with parameters of type CertId Modifier and Type Method Description RevRepContentBuilder
RevRepContentBuilder. add(PKIStatusInfo status, CertId certId)
Constructors in org.bouncycastle.asn1.cmp with parameters of type CertId Constructor Description OOBCertHash(org.bouncycastle.asn1.x509.AlgorithmIdentifier hashAlg, CertId certId, byte[] hashVal)
OOBCertHash(org.bouncycastle.asn1.x509.AlgorithmIdentifier hashAlg, CertId certId, org.bouncycastle.asn1.DERBitString hashVal)
-
Uses of CertId in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return CertId Modifier and Type Method Description static CertId
CertId. getInstance(Object o)
static CertId
CertId. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean isExplicit)
-