Package | Description |
---|---|
org.bouncycastle.asn1.esf | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
Constructor and Description |
---|
SignerAttribute(Attribute[] claimedAttributes) |
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.getInstance(Object o)
return an Attribute object from the given object.
|
Modifier and Type | Method and Description |
---|---|
void |
V2AttributeCertificateInfoGenerator.addAttribute(Attribute attribute) |
Modifier and Type | Method and 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.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.