| java.lang.Object org.apache.harmony.security.asn1.ASN1Type org.apache.harmony.security.asn1.ASN1Implicit
ASN1Implicit | public class ASN1Implicit extends ASN1Type (Code) | | Implicitly tagged ASN.1 type.
See Also: http://asn1.elibel.tm.fr/en/standards/index.htm |
Constructor Summary | |
public | ASN1Implicit(int tagNumber, ASN1Type type) Constructs implicitly tagged ASN.1 type
with context-specific tag class and specified tag number. | public | ASN1Implicit(int tagClass, int tagNumber, ASN1Type type) |
ASN1Implicit | public ASN1Implicit(int tagNumber, ASN1Type type)(Code) | | Constructs implicitly tagged ASN.1 type
with context-specific tag class and specified tag number.
Parameters: tagNumber - - ASN.1 tag number Parameters: type - - ASN.1 type to be tagged throws: IllegalArgumentException - - if tagNumber or type is invalid |
ASN1Implicit | public ASN1Implicit(int tagClass, int tagNumber, ASN1Type type)(Code) | | Constructs implicitly tagged ASN.1 type
Parameters: tagClass - - ASN.1 tag class. Parameters: tagNumber - - ASN.1 tag number Parameters: type - - ASN.1 type to be tagged throws: IllegalArgumentException - - if tagNumber, tagClass or type is invalid |
checkTag | final public boolean checkTag(int identifier)(Code) | | TODO
|
|
|