Package org.webpki.asn1
Class CompositeContextSpecific
java.lang.Object
org.webpki.asn1.BaseASN1Object
org.webpki.asn1.Composite
org.webpki.asn1.CompositeContextSpecific
- All Implemented Interfaces:
ASN1Constants
-
Field Summary
Fields inherited from interface org.webpki.asn1.ASN1Constants
APPLICATION, BITSTRING, BMPSTRING, BOOLEAN, CLASS_MASK, CONSTRUCTED, CONTEXT, EMBEDDED_PDV, ENUMERATED, EOC, EXTERNAL, FORM_MASK, GENERALIZEDTIME, GENERALSTRING, GRAPHICSTRING, IA5STRING, INTEGER, NULL, NUMERICSTRING, OBJDESCRIPTOR, OCTETSTRING, OID, PRIMITIVE, PRINTABLESTRING, PRIVATE, REAL, SEQUENCE, SET, T61STRING, TAG_MASK, UNIVERSAL, UNIVERSALSTRING, UTCTIME, UTF8STRING, VIDEOTEXSTRING, VISIBLESTRING
-
Constructor Summary
ConstructorDescriptionCompositeContextSpecific
(int tagNumber, ArrayList<BaseASN1Object> components) CompositeContextSpecific
(int tagNumber, BaseASN1Object value) CompositeContextSpecific
(int tagNumber, BaseASN1Object[] components) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class org.webpki.asn1.BaseASN1Object
debug, diff, encode, encodeContent, encodedAsOctetString, get, tagNumber, toString, toString
-
Constructor Details
-
CompositeContextSpecific
-
CompositeContextSpecific
-
CompositeContextSpecific
-
-
Method Details
-
sameType
- Overrides:
sameType
in classBaseASN1Object
-
deepCompare
- Overrides:
deepCompare
in classComposite
-