public class SubjectDirectoryAttributes extends ASN1Object
SubjectDirectoryAttributes ::= Attributes
Attributes ::= SEQUENCE SIZE (1..MAX) OF Attribute
Attribute ::= SEQUENCE
{
type AttributeType
values SET OF AttributeValue
}
AttributeType ::= OBJECT IDENTIFIER
AttributeValue ::= ANY DEFINED BY AttributeType
for AttributeType ObjectIdentifiers.| Constructor and Description |
|---|
SubjectDirectoryAttributes(Vector attributes)
Constructor from a vector of attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
getAttributes() |
static SubjectDirectoryAttributes |
getInstance(Object obj) |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static SubjectDirectoryAttributes getInstance(Object obj)
public ASN1Primitive toASN1Primitive()
SubjectDirectoryAttributes ::= Attributes
Attributes ::= SEQUENCE SIZE (1..MAX) OF Attribute
Attribute ::= SEQUENCE
{
type AttributeType
values SET OF AttributeValue
}
AttributeType ::= OBJECT IDENTIFIER
AttributeValue ::= ANY DEFINED BY AttributeType
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Objectpublic Vector getAttributes()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.