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
| Modifier and Type | Field and Description |
|---|---|
(package private) GeneralName[] |
nameRegistrationAuthorities |
(package private) DERObjectIdentifier |
semanticsIdentifier |
BER, DER| Constructor and Description |
|---|
SemanticsInformation(ASN1Sequence seq) |
SemanticsInformation(DERObjectIdentifier semanticsIdentifier) |
SemanticsInformation(DERObjectIdentifier semanticsIdentifier,
GeneralName[] generalNames) |
SemanticsInformation(GeneralName[] generalNames) |
| Modifier and Type | Method and Description |
|---|---|
static SemanticsInformation |
getInstance(java.lang.Object obj) |
GeneralName[] |
getNameRegistrationAuthorities() |
DERObjectIdentifier |
getSemanticsIdentifier() |
DERObject |
toASN1Object() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeDERObjectIdentifier semanticsIdentifier
GeneralName[] nameRegistrationAuthorities
public SemanticsInformation(ASN1Sequence seq)
public SemanticsInformation(DERObjectIdentifier semanticsIdentifier, GeneralName[] generalNames)
public SemanticsInformation(DERObjectIdentifier semanticsIdentifier)
public SemanticsInformation(GeneralName[] generalNames)
public static SemanticsInformation getInstance(java.lang.Object obj)
public DERObjectIdentifier getSemanticsIdentifier()
public GeneralName[] getNameRegistrationAuthorities()
public DERObject toASN1Object()
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.