Uses of Class
org.bouncycastle.asn1.crmf.CertId
-
Packages that use CertId Package Description org.bouncycastle.asn1.cmp org.bouncycastle.asn1.crmf -
-
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(AlgorithmIdentifier hashAlg, CertId certId, byte[] hashVal)
OOBCertHash(AlgorithmIdentifier hashAlg, CertId certId, 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(ASN1TaggedObject obj, boolean isExplicit)
-