Uses of Class
org.bouncycastle.x509.AttributeCertificateHolder
-
Packages that use AttributeCertificateHolder Package Description org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of AttributeCertificateHolder in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return AttributeCertificateHolder Modifier and Type Method Description AttributeCertificateHolder
X509AttributeCertificate. getHolder()
Deprecated.Return the holder of the certificate.AttributeCertificateHolder
X509AttributeCertStoreSelector. getHolder()
Deprecated.Gets the holder.AttributeCertificateHolder
X509V2AttributeCertificate. getHolder()
Deprecated.Methods in org.bouncycastle.x509 with parameters of type AttributeCertificateHolder Modifier and Type Method Description void
X509AttributeCertStoreSelector. setHolder(AttributeCertificateHolder holder)
Deprecated.Sets the holder.
-