Package | Description |
---|---|
org.bouncycastle.asn1.pkcs | |
org.bouncycastle.pkcs |
Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.
|
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 |
---|---|
Attribute[] |
PKCS12SafeBag.getAttributes() |
Attribute[] |
PKCS10CertificationRequest.getAttributes()
Return the attributes, if any associated with this request.
|
Attribute[] |
PKCS10CertificationRequest.getAttributes(ASN1ObjectIdentifier type)
Return an array of attributes matching the passed in type OID.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.