| |
|
| java.lang.Object org.apache.harmony.security.asn1.ASN1Type org.apache.harmony.security.asn1.ASN1Primitive org.apache.harmony.security.asn1.ASN1Boolean
ASN1Boolean | public class ASN1Boolean extends ASN1Primitive (Code) | | This class represents ASN.1 Boolean type.
See Also: http://asn1.elibel.tm.fr/en/standards/index.htm |
Constructor Summary | |
public | ASN1Boolean() Constructs ASN.1 Boolean type
The constructor is provided for inheritance purposes
when there is a need to create a custom ASN.1 Boolean type. |
ASN1Boolean | public ASN1Boolean()(Code) | | Constructs ASN.1 Boolean type
The constructor is provided for inheritance purposes
when there is a need to create a custom ASN.1 Boolean type.
To get a default implementation it is recommended to use
getInstance() method.
|
getDecodedObject | public Object getDecodedObject(BerInputStream in) throws IOException(Code) | | Extracts Boolean object from BER input stream.
Parameters: in - - BER input stream java.lang.Boolean object |
getInstance | public static ASN1Boolean getInstance()(Code) | | Returns ASN.1 Boolean type default implementation
The default implementation works with encoding
that is represented as Boolean object.
ASN.1 Boolean type default implementation |
|
|
|