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 2510.org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)." -
-
Uses of CertId in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return CertId Modifier and Type Method Description CertIdOOBCertHash. getCertId()CertIdRevAnnContent. getCertId()CertId[]RevRepContent. getRevCerts()Methods in org.bouncycastle.asn1.cmp with parameters of type CertId Modifier and Type Method Description RevRepContentBuilderRevRepContentBuilder. 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 CertIdCertId. getInstance(java.lang.Object o)static CertIdCertId. getInstance(ASN1TaggedObject obj, boolean isExplicit)
-