org.bouncycastle.asn1.isismtt.x509 |
|
Java Source File Name | Type | Comment |
AdditionalInformationSyntax.java | Class | Some other information of non-restrictive nature regarding the usage of this
certificate. |
Admissions.java | Class | An Admissions structure. |
AdmissionSyntax.java | Class | Attribute to indicate admissions to certain professions.
AdmissionSyntax ::= SEQUENCE
{
admissionAuthority GeneralName OPTIONAL,
contentsOfAdmissions SEQUENCE OF Admissions
}
Admissions ::= SEQUENCE
{
admissionAuthority [0] EXPLICIT GeneralName OPTIONAL
namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL
professionInfos SEQUENCE OF ProfessionInfo
}
NamingAuthority ::= SEQUENCE
{
namingAuthorityId OBJECT IDENTIFIER OPTIONAL,
namingAuthorityUrl IA5String OPTIONAL,
namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL
}
ProfessionInfo ::= SEQUENCE
{
namingAuthority [0] EXPLICIT NamingAuthority OPTIONAL,
professionItems SEQUENCE OF DirectoryString (SIZE(1..128)),
professionOIDs SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
registrationNumber PrintableString(SIZE(1..128)) OPTIONAL,
addProfessionInfo OCTET STRING OPTIONAL
}
ISIS-MTT PROFILE: The relatively complex structure of AdmissionSyntax
supports the following concepts and requirements:
- External institutions (e.g.
|
DeclarationOfMajority.java | Class | A declaration of majority. |
MonetaryLimit.java | Class | Monetary limit for transactions. |
NamingAuthority.java | Class | Names of authorities which are responsible for the administration of title
registers. |
ProcurationSyntax.java | Class | Attribute to indicate that the certificate holder may sign in the name of a
third person.
ISIS-MTT PROFILE: The corresponding ProcurationSyntax contains either the
name of the person who is represented (subcomponent thirdPerson) or a
reference to his/her base certificate (in the component signingFor,
subcomponent certRef), furthermore the optional components country and
typeSubstitution to indicate the country whose laws apply, and respectively
the type of procuration (e.g. |
ProfessionInfo.java | Class | Professions, specializations, disciplines, fields of activity, etc. |
Restriction.java | Class | Some other restriction regarding the usage of this certificate. |