Uses of Class
org.bouncycastle.asn1.x509.AttributeCertificate
-
Packages that use AttributeCertificate Package Description org.bouncycastle.asn1.cmp org.bouncycastle.asn1.esf org.bouncycastle.asn1.x509 -
-
Uses of AttributeCertificate in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return AttributeCertificate Modifier and Type Method Description AttributeCertificate
CMPCertificate. getX509v2AttrCert()
Deprecated.use getOtherCert and getOtherTag to make sure message is really what it should be.Constructors in org.bouncycastle.asn1.cmp with parameters of type AttributeCertificate Constructor Description CMPCertificate(AttributeCertificate x509v2AttrCert)
Deprecated.use (type. -
Uses of AttributeCertificate in org.bouncycastle.asn1.esf
Constructors in org.bouncycastle.asn1.esf with parameters of type AttributeCertificate Constructor Description SignerAttribute(AttributeCertificate certifiedAttributes)
-
Uses of AttributeCertificate in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return AttributeCertificate Modifier and Type Method Description static AttributeCertificate
AttributeCertificate. getInstance(Object obj)
-