Class SemanticsInformation

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.qualified.SemanticsInformation
All Implemented Interfaces:
ASN1Encodable, Encodable

public class SemanticsInformation extends ASN1Object
The SemanticsInformation object.
      SemanticsInformation ::= SEQUENCE {
        semanticsIdentifier        OBJECT IDENTIFIER   OPTIONAL,
        nameRegistrationAuthorities NameRegistrationAuthorities
                                                        OPTIONAL }
        (WITH COMPONENTS {..., semanticsIdentifier PRESENT}|
         WITH COMPONENTS {..., nameRegistrationAuthorities PRESENT})

    NameRegistrationAuthorities ::=  SEQUENCE SIZE (1..MAX) OF
        GeneralName