public class NamingAuthority extends ASN1Encodable
NamingAuthority ::= SEQUENCE { namingAuthorityId OBJECT IDENTIFIER OPTIONAL, namingAuthorityUrl IA5String OPTIONAL, namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL }
AdmissionSyntax
Modifier and Type | Field and Description |
---|---|
static DERObjectIdentifier |
id_isismtt_at_namingAuthorities_RechtWirtschaftSteuern
Profession OIDs should always be defined under the OID branch of the
responsible naming authority.
|
BER, DER
Constructor and Description |
---|
NamingAuthority(DERObjectIdentifier namingAuthorityId,
String namingAuthorityUrl,
DirectoryString namingAuthorityText)
Constructor from given details.
|
Modifier and Type | Method and Description |
---|---|
static NamingAuthority |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static NamingAuthority |
getInstance(Object obj) |
DERObjectIdentifier |
getNamingAuthorityId() |
DirectoryString |
getNamingAuthorityText() |
String |
getNamingAuthorityUrl() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static final DERObjectIdentifier id_isismtt_at_namingAuthorities_RechtWirtschaftSteuern
public NamingAuthority(DERObjectIdentifier namingAuthorityId, String namingAuthorityUrl, DirectoryString namingAuthorityText)
namingAuthorityId
- ObjectIdentifier for naming authority.namingAuthorityUrl
- URL for naming authority.namingAuthorityText
- Textual representation of naming authority.public static NamingAuthority getInstance(Object obj)
public static NamingAuthority getInstance(ASN1TaggedObject obj, boolean explicit)
public DERObjectIdentifier getNamingAuthorityId()
public DirectoryString getNamingAuthorityText()
public String getNamingAuthorityUrl()
public DERObject toASN1Object()
NamingAuthority ::= SEQUENCE { namingAuthorityId OBJECT IDENTIFIER OPTIONAL, namingAuthorityUrl IA5String OPTIONAL, namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.