Uses of Class
org.bouncycastle.x509.X509Attribute
-
Packages that use X509Attribute Package Description org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of X509Attribute in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return X509Attribute Modifier and Type Method Description X509Attribute[]
X509AttributeCertificate. getAttributes()
Deprecated.Return the attributes contained in the attribute block in the certificate.X509Attribute[]
X509AttributeCertificate. getAttributes(String oid)
Deprecated.Return the attributes with the same type as the passed in oid.X509Attribute[]
X509V2AttributeCertificate. getAttributes()
Deprecated.X509Attribute[]
X509V2AttributeCertificate. getAttributes(String oid)
Deprecated.
-