Uses of Class
netscape.security.x509.Attribute
-
Packages that use Attribute Package Description netscape.security.x509 -
-
Uses of Attribute in netscape.security.x509
Methods in netscape.security.x509 that return types with arguments of type Attribute Modifier and Type Method Description java.util.Enumeration<Attribute>
SubjectDirAttributesExtension. getAttributesList()
Returns an enumeration of attributes in the extension.Constructors in netscape.security.x509 with parameters of type Attribute Constructor Description SubjectDirAttributesExtension(Attribute[] list)
Default constructor for this object.SubjectDirAttributesExtension(Attribute[] list, boolean critical)
Constructor for this object.
-