| Package | Description |
|---|---|
| sun.security.pkcs |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PKCS10Attribute> |
PKCS10Attributes.getAttributes()
Return a Collection of attributes existing within this
PKCS10Attributes object.
|
java.util.Enumeration<PKCS10Attribute> |
PKCS10Attributes.getElements()
Return an enumeration of names of attributes existing within this
attribute.
|
| Constructor and Description |
|---|
PKCS10Attributes(PKCS10Attribute[] attrs)
Create the object from the array of PKCS10Attribute objects.
|
Copyright © 2020. All Rights Reserved.