Uses of Class
org.bouncycastle.cert.AttributeCertificateHolder
-
Packages that use AttributeCertificateHolder Package Description org.bouncycastle.cert Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.org.bouncycastle.cert.selector Specialised Selector classes for certificates, CRLs, and attribute certificates. -
-
Uses of AttributeCertificateHolder in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return AttributeCertificateHolder Modifier and Type Method Description AttributeCertificateHolder
X509AttributeCertificateHolder. getHolder()
Return the holder details for this attribute certificate.Constructors in org.bouncycastle.cert with parameters of type AttributeCertificateHolder Constructor Description X509v2AttributeCertificateBuilder(AttributeCertificateHolder holder, AttributeCertificateIssuer issuer, BigInteger serialNumber, Date notBefore, Date notAfter)
Base constructor.X509v2AttributeCertificateBuilder(AttributeCertificateHolder holder, AttributeCertificateIssuer issuer, BigInteger serialNumber, Date notBefore, Date notAfter, Locale dateLocale)
Base constructor with locale for interpreting dates. -
Uses of AttributeCertificateHolder in org.bouncycastle.cert.selector
Methods in org.bouncycastle.cert.selector that return AttributeCertificateHolder Modifier and Type Method Description AttributeCertificateHolder
X509AttributeCertificateHolderSelector. getHolder()
Gets the holder.Methods in org.bouncycastle.cert.selector with parameters of type AttributeCertificateHolder Modifier and Type Method Description void
X509AttributeCertificateHolderSelectorBuilder. setHolder(AttributeCertificateHolder holder)
Sets the holder.
-