Uses of Class
org.bouncycastle.asn1.x509.Attribute
| Package | Description |
|---|---|
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.cert |
-
Uses of Attribute in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Attribute Modifier and Type Method Description static AttributeAttribute. getInstance(Object o)return an Attribute object from the given object. -
Uses of Attribute in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return Attribute Modifier and Type Method Description Attribute[]X509AttributeCertificateHolder. getAttributes()Return the attributes, if any associated with this request.Attribute[]X509AttributeCertificateHolder. getAttributes(ASN1ObjectIdentifier type)Return an array of attributes matching the passed in type OID.