Uses of Class
org.bouncycastle.asn1.crmf.CertId
Packages that use CertId
Package
Description
Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
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 CertIdModifier and TypeMethodDescriptionOOBCertHash.getCertId()
RevAnnContent.getCertId()
CertId[]
RevRepContent.getRevCerts()
Methods in org.bouncycastle.asn1.cmp with parameters of type CertIdConstructors in org.bouncycastle.asn1.cmp with parameters of type CertIdModifierConstructorDescriptionOOBCertHash
(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 CertIdModifier and TypeMethodDescriptionstatic CertId
CertId.getInstance
(Object o) static CertId
CertId.getInstance
(ASN1TaggedObject obj, boolean isExplicit)