Class Admissions
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.isismtt.x509.Admissions
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class Admissions extends org.bouncycastle.asn1.ASN1ObjectAn Admissions structure.Admissions ::= SEQUENCE { admissionAuthority [0] EXPLICIT GeneralName OPTIONAL namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL professionInfos SEQUENCE OF ProfessionInfo }- See Also:
AdmissionSyntax,ProfessionInfo,NamingAuthority
-
-
Constructor Summary
Constructors Constructor Description Admissions(org.bouncycastle.asn1.x509.GeneralName admissionAuthority, NamingAuthority namingAuthority, ProfessionInfo[] professionInfos)Constructor from a given details.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.x509.GeneralNamegetAdmissionAuthority()static AdmissionsgetInstance(java.lang.Object obj)NamingAuthoritygetNamingAuthority()ProfessionInfo[]getProfessionInfos()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()Produce an object suitable for an ASN1OutputStream.
-
-
-
Constructor Detail
-
Admissions
public Admissions(org.bouncycastle.asn1.x509.GeneralName admissionAuthority, NamingAuthority namingAuthority, ProfessionInfo[] professionInfos)Constructor from a given details.Parameter
professionInfosis mandatory.- Parameters:
admissionAuthority- The admission authority.namingAuthority- The naming authority.professionInfos- The profession infos.
-
-
Method Detail
-
getInstance
public static Admissions getInstance(java.lang.Object obj)
-
getAdmissionAuthority
public org.bouncycastle.asn1.x509.GeneralName getAdmissionAuthority()
-
getNamingAuthority
public NamingAuthority getNamingAuthority()
-
getProfessionInfos
public ProfessionInfo[] getProfessionInfos()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.Returns:
Admissions ::= SEQUENCE { admissionAuthority [0] EXPLICIT GeneralName OPTIONAL namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL professionInfos SEQUENCE OF ProfessionInfo }- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object- Returns:
- an ASN1Primitive
-
-