Note: the mapping of SEQUENCE and CHOICE is supported only when using corresponding wrapped class ASN1SequenceWrap and ASN1ChoiceWrap
ASN.1 Java BOOLEAN Boolean INTEGER byte[] (encode: ASN1Integer.fromIntValue(int value) decode: ASN1Integer.toIntValue(Object decoded)) OCTET STRING byte[] (encode: Utils.getBytes(String s) decode: getString(byte[] bytes)) ENUMERATED byte[] (encode: ASN1Integer.fromIntValue(int value) decode: ASN1Integer.toIntValue(Object decoded)) SEQUENCE Object[] or ASN1Encodable SEQUENCE OF java.util.List SET OF java.util.List CHOICE Object[] or ChosenValue
@see org.apache.harmony.jndi.provider.ldap.asn1.ASN1ChoiceWrap
@see org.apache.harmony.jndi.provider.ldap.asn1.ASN1SequenceWrap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|