|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.isismtt.x509.NamingAuthority
public class NamingAuthority
Names of authorities which are responsible for the administration of title registers.
NamingAuthority ::= SEQUENCE
{
namingAuthorityId OBJECT IDENTIFIER OPTIONAL,
namingAuthorityUrl IA5String OPTIONAL,
namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL
}
AdmissionSyntax| Field Summary | |
|---|---|
static ASN1ObjectIdentifier |
id_isismtt_at_namingAuthorities_RechtWirtschaftSteuern
Profession OIDs should always be defined under the OID branch of the responsible naming authority. |
| Constructor Summary | |
|---|---|
NamingAuthority(ASN1ObjectIdentifier namingAuthorityId,
java.lang.String namingAuthorityUrl,
DirectoryString namingAuthorityText)
Constructor from given details. |
|
NamingAuthority(DERObjectIdentifier namingAuthorityId,
java.lang.String namingAuthorityUrl,
DirectoryString namingAuthorityText)
Deprecated. use ASN1ObjectIdentifier method |
|
| Method Summary | |
|---|---|
static NamingAuthority |
getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static NamingAuthority |
getInstance(java.lang.Object obj)
|
ASN1ObjectIdentifier |
getNamingAuthorityId()
|
DirectoryString |
getNamingAuthorityText()
|
java.lang.String |
getNamingAuthorityUrl()
|
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream. |
| Methods inherited from class org.bouncycastle.asn1.ASN1Object |
|---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ASN1ObjectIdentifier id_isismtt_at_namingAuthorities_RechtWirtschaftSteuern
| Constructor Detail |
|---|
public NamingAuthority(DERObjectIdentifier namingAuthorityId,
java.lang.String namingAuthorityUrl,
DirectoryString namingAuthorityText)
namingAuthorityId - ObjectIdentifier for naming authority.namingAuthorityUrl - URL for naming authority.namingAuthorityText - Textual representation of naming authority.
public NamingAuthority(ASN1ObjectIdentifier namingAuthorityId,
java.lang.String namingAuthorityUrl,
DirectoryString namingAuthorityText)
namingAuthorityId - ObjectIdentifier for naming authority.namingAuthorityUrl - URL for naming authority.namingAuthorityText - Textual representation of naming authority.| Method Detail |
|---|
public static NamingAuthority getInstance(java.lang.Object obj)
public static NamingAuthority getInstance(ASN1TaggedObject obj,
boolean explicit)
public ASN1ObjectIdentifier getNamingAuthorityId()
public DirectoryString getNamingAuthorityText()
public java.lang.String getNamingAuthorityUrl()
public ASN1Primitive toASN1Primitive()
NamingAuthority ::= SEQUENCE
{
namingAuthorityId OBJECT IDENTIFIER OPTIONAL,
namingAuthorityUrl IA5String OPTIONAL,
namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL
}
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||