Modifier and Type | Method and Description |
---|---|
int |
Asn1BitString.getLength()
This method will return the length of the BIT STRING in bits.
|
int |
Asn1CharString.getLength()
This method will return the length of the character string in
characters.
|
int |
Asn1OctetString.getLength()
This method will return the length of the OCTET STRING in octets.
|
int |
Asn1Type.getLength()
This method will return the length of types that can be bound
by a size constraint (BIT STRING, OCTET STRING, character string,
and SEQUENCE OF/SET OF).
|
int |
Asn1UniversalString.getLength()
This method will return the length of the character string in
characters.
|