public class Admissions extends ASN1Encodable
Admissions ::= SEQUENCE { admissionAuthority [0] EXPLICIT GeneralName OPTIONAL namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL professionInfos SEQUENCE OF ProfessionInfo }
AdmissionSyntax
,
ProfessionInfo
,
NamingAuthority
BER, DER
Constructor and Description |
---|
Admissions(GeneralName admissionAuthority,
NamingAuthority namingAuthority,
ProfessionInfo[] professionInfos)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
getAdmissionAuthority() |
static Admissions |
getInstance(Object obj) |
NamingAuthority |
getNamingAuthority() |
ProfessionInfo[] |
getProfessionInfos() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public Admissions(GeneralName admissionAuthority, NamingAuthority namingAuthority, ProfessionInfo[] professionInfos)
professionInfos
is mandatory.admissionAuthority
- The admission authority.namingAuthority
- The naming authority.professionInfos
- The profession infos.public static Admissions getInstance(Object obj)
public GeneralName getAdmissionAuthority()
public NamingAuthority getNamingAuthority()
public ProfessionInfo[] getProfessionInfos()
public DERObject toASN1Object()
Admissions ::= SEQUENCE { admissionAuthority [0] EXPLICIT GeneralName OPTIONAL namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL professionInfos SEQUENCE OF ProfessionInfo }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.