| Package | Description |
|---|---|
| sun.security.pkcs |
| Modifier and Type | Method and Description |
|---|---|
PKCS9Attribute |
PKCS9Attributes.getAttribute(ObjectIdentifier oid)
Get an attribute from this set.
|
PKCS9Attribute |
PKCS9Attributes.getAttribute(java.lang.String name)
Get an attribute from this set.
|
PKCS9Attribute[] |
PKCS9Attributes.getAttributes()
Get an array of all attributes in this set, in order of OID.
|
| Constructor and Description |
|---|
PKCS10Attribute(PKCS9Attribute attr)
Constructs an attribute from PKCS9 attribute.
|
PKCS9Attributes(PKCS9Attribute[] attribs)
Construct a set of PKCS9 Attributes from the given array of
PKCS9 attributes.
|
Copyright © 2020. All Rights Reserved.