GeneralName ::= CHOICE { otherName [0] IMPLICIT OtherName rfc822Name [1] IMPLICIT IA5String dNSName [2] IMPLICIT IA5String x400Address [3] IMPLICIT ORAAddress directoryName [4] IMPLICIT Name ediPartyName [5] IMPLICIT EDIPartyName uniformRessourceIdentifier [6] IMPLICIT IA5String iPAddress [7] IMPLICIT OCTET STRING registeredID [8] IMPLICIT OBJECT IDENTIFIER } OtherName ::= SEQUENCE { type-id OBJECT IDENTIFIER, value [0] EXPLICIT ANY DEFINED BY type-id }Note that x400Address and ediPartyName are not yet implemented and will cause exceptions to be thrown. @author Markus Tak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|