org.bouncycastle.asn1.x509.qualified
public class SemanticsInformation extends ASN1Encodable
SemanticsInformation ::= SEQUENCE { semanticsIdentifier OBJECT IDENTIFIER OPTIONAL, nameRegistrationAuthorities NameRegistrationAuthorities OPTIONAL } (WITH COMPONENTS {..., semanticsIdentifier PRESENT}| WITH COMPONENTS {..., nameRegistrationAuthorities PRESENT}) NameRegistrationAuthorities ::= SEQUENCE SIZE (1..MAX) OF GeneralName
Constructor Summary | |
---|---|
SemanticsInformation(ASN1Sequence seq) | |
SemanticsInformation(DERObjectIdentifier semanticsIdentifier, GeneralName[] generalNames) | |
SemanticsInformation(DERObjectIdentifier semanticsIdentifier) | |
SemanticsInformation(GeneralName[] generalNames) |
Method Summary | |
---|---|
static SemanticsInformation | getInstance(Object obj) |
GeneralName[] | getNameRegistrationAuthorities() |
DERObjectIdentifier | getSemanticsIdentifier() |
DERObject | toASN1Object() |