- data - Variable in class cryptix.asn1.encoding.DER.Component
-
- decode(ASNBoolean, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNInteger, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNBitString, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNOctetString, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNNull, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNObjectIdentifier, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNSequence, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNSequenceOf, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNSet, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNSetOf, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNTaggedType, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNAny, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNPrintableString, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNTime, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNType, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNTypeAlias, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
-
- decode(ASNBoolean, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNInteger, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNBitString, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNOctetString, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNNull, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNObjectIdentifier, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNSequence, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNSequenceOf, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNSet, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNSetOf, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNTaggedType, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNAny, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNPrintableString, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNTime, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
-
- decode(ASNBoolean, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a BOOLEAN --internally represented as a Boolean.
- decode(ASNInteger, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes an INTEGER -- internally represented as a BigInteger.
- decode(ASNBitString, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a BIT STRING --internally represented as a byte[].
- decode(ASNOctetString, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes an OCTET STRING --internally represented as a byte[].
- decode(ASNNull, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a NULL --internally represented as a null.
- decode(ASNObjectIdentifier, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes an OID --internally represented as a dot-separated String.
- decode(ASNSequence, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a SEQUENCE --internally represented as an array.
- decode(ASNSequenceOf, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a SEQUENCE OF --internally represented as an array.
- decode(ASNSet, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a SET --internally represented as an array.
- decode(ASNSetOf, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a SET OF --internally represented as an array.
- decode(ASNTaggedType, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a Tagged Type -- rewritten by EKR
- decode(ASNAny, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes an ANY, represented as byte[] -- EKR
- decode(ASNPrintableString, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a PrintableString --internally represented as a String.
- decode(ASNTime, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes a UTCTime --internally represented as a Date.
- decode(InputStream, int) - Method in class cryptix.asn1.encoding.DER
-
- decode(InputStream) - Static method in class cryptix.asn1.lang.Tag
-
Constructs a Tag
instance from the designated
input stream.
- decodeExplicitTaggedType(ASNTaggedType, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes an EXPLICIT Tagged Type.
- decodeImplicitTaggedType(ASNTaggedType, InputStream) - Method in class cryptix.asn1.encoding.DER
-
Decodes an IMPLICIT Tagged Type.
- DECODING - Static variable in interface cryptix.asn1.encoding.CoderOperations
-
- DEFAULT - Static variable in interface cryptix.asn1.lang.ParserConstants
-
- DEFAULT_TAG_TYPE - Static variable in class cryptix.asn1.lang.Parser
-
- DEFAULT_TYPE - Static variable in interface cryptix.asn1.lang.ParserConstants
-
- defaultLexState - Variable in class cryptix.asn1.lang.ParserTokenManager
-
- defaultValue - Variable in class cryptix.asn1.lang.SimpleNode
-
The Java object representing the default value for this
ASN.1 object if such value is defined in the specification.
- DEFINED - Static variable in interface cryptix.asn1.lang.ParserConstants
-
- DefinedValue() - Method in class cryptix.asn1.lang.Parser
-
- DER - Class in cryptix.asn1.encoding
-
A concrete factory class to handle ASN.1 DER encoding.
- DER() - Constructor for class cryptix.asn1.encoding.DER
-
- DER.Component - Class in cryptix.asn1.encoding
-
- DER.Component(Tag, int, byte[]) - Constructor for class cryptix.asn1.encoding.DER.Component
-
- DIGIT - Static variable in interface cryptix.asn1.lang.ParserConstants
-
- disable_tracing() - Method in class cryptix.asn1.lang.Parser
-
- Done() - Method in class cryptix.asn1.lang.ASCII_CharStream
-
- dump() - Method in interface cryptix.asn1.lang.ASNObject
-
Dumps this object's specification to System.out.
- dump(String) - Method in interface cryptix.asn1.lang.ASNObject
-
Dumps this object's specification to System.out prefixing
each line with the given string.
- dump() - Method in class cryptix.asn1.lang.SimpleNode
-
- dump(String) - Method in class cryptix.asn1.lang.SimpleNode
-
- dumpSymbolTable() - Static method in class cryptix.asn1.lang.Parser
-
Dump symbol table.
- gen - Variable in class cryptix.asn1.lang.Parser.JJCalls
-
- GENERAL_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
-
- GENERALIZED_TIME - Static variable in interface cryptix.asn1.lang.ParserConstants
-
- generateParseException() - Method in class cryptix.asn1.lang.Parser
-
- getBeginColumn() - Method in class cryptix.asn1.lang.ASCII_CharStream
-
- getBeginLine() - Method in class cryptix.asn1.lang.ASCII_CharStream
-
- getChild(int) - Method in class cryptix.asn1.lang.SimpleNode
-
- getChildren() - Method in interface cryptix.asn1.lang.ASNObject
-
- getChildren() - Method in class cryptix.asn1.lang.SimpleNode
-
- getClazz() - Method in class cryptix.asn1.lang.Tag
-
Returns the tag's class.
- getColumn() - Method in class cryptix.asn1.lang.ASCII_CharStream
-
Deprecated.
- getComponent(String) - Method in interface cryptix.asn1.lang.ASNObject
-
Returns a child component of an ASN.1 construct given its
full name.
- getComponent(String) - Method in class cryptix.asn1.lang.SimpleNode
-
- getData() - Method in class cryptix.asn1.encoding.DER.Component
-
- getDefaultValue() - Method in interface cryptix.asn1.lang.ASNObject
-
Similar to getValue() but operates on the default value
of this ASN.1 object if such a value is/was defined in
the specifications.
- getDefaultValue() - Method in class cryptix.asn1.lang.SimpleNode
-
- getEndColumn() - Method in class cryptix.asn1.lang.ASCII_CharStream
-
- getEndLine() - Method in class cryptix.asn1.lang.ASCII_CharStream
-
- getExpectedTag(int, int, InputStream) - Static method in class cryptix.asn1.lang.Tag
-
Returns the tag element of an ASN.1 object if it is of the
designated expected class and type, or null otherwise.
- getExpectedTag(int, InputStream) - Static method in class cryptix.asn1.lang.Tag
-
Convenience method similar to the method with same name and 3
arguments, except it assumes that the tag's class is UNIVERSAL.
- getExpectedTag(Tag, InputStream) - Static method in class cryptix.asn1.lang.Tag
-
Convenience method similar to the method with same name and 3
arguments, except it uses the given tag's class and value.
- getID() - Method in interface cryptix.asn1.lang.ASNObject
-
- getID() - Method in class cryptix.asn1.lang.SimpleNode
-
- GetImage() - Method in class cryptix.asn1.lang.ASCII_CharStream
-
- getInstance(String) - Static method in class cryptix.asn1.encoding.BaseCoder
-
Instantiates an ASN.1 coder to use for concrete processing
of the input/output.
- getInstance(Parser, Tag) - Static method in class cryptix.asn1.lang.SimpleNode
-
Returns a new instance given a UNIVERSAL ASN.1 tag instance;
null otherwise.
- getLength() - Method in class cryptix.asn1.encoding.DER.Component
-
- getLevel(String) - Static method in class cryptix.asn1.encoding.PackageProperties
-
Returns the debug level for a given class.
- getLevel(String) - Static method in class cryptix.asn1.lang.PackageProperties
-
Returns the debug level for a given class.
- getLine() - Method in class cryptix.asn1.lang.ASCII_CharStream
-
Deprecated.
- getMessage() - Method in exception cryptix.asn1.lang.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error cryptix.asn1.lang.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getName() - Method in interface cryptix.asn1.lang.ASNObject
-
- getName() - Method in class cryptix.asn1.lang.SimpleNode
-
- getNextToken() - Method in class cryptix.asn1.lang.Parser
-
- getNextToken() - Method in class cryptix.asn1.lang.ParserTokenManager
-
- getOutput() - Static method in class cryptix.asn1.encoding.PackageProperties
-
Returns the PrintWriter to which tracing and debugging output is to
be sent.
- getOutput() - Static method in class cryptix.asn1.lang.PackageProperties
-
Returns the PrintWriter to which tracing and debugging output is to
be sent.
- getParent() - Method in interface cryptix.asn1.lang.ASNObject
-
- getParent() - Method in class cryptix.asn1.lang.SimpleNode
-
- getParser() - Method in class cryptix.asn1.lang.SimpleNode
-
- getProperty(String) - Static method in class cryptix.asn1.encoding.PackageProperties
-
Returns the value of a property for this algorithm.
- getProperty(String, String) - Static method in class cryptix.asn1.encoding.PackageProperties
-
Returns the value of a property for this algorithm, or return
value if the property was not set.
- getProperty(String) - Static method in class cryptix.asn1.lang.PackageProperties
-
Returns the value of a property for this algorithm.
- getProperty(String, String) - Static method in class cryptix.asn1.lang.PackageProperties
-
Returns the value of a property for this algorithm, or return
value if the property was not set.
- getState() - Method in class cryptix.asn1.encoding.BaseCoder
-
- GetSuffix(int) - Method in class cryptix.asn1.lang.ASCII_CharStream
-
- getTag() - Method in class cryptix.asn1.encoding.DER.Component
-
- getTag() - Method in interface cryptix.asn1.lang.ASNObject
-
Returns a reference to an instance of this ASN.1 object's
Tag
.
- getTag() - Method in class cryptix.asn1.lang.SimpleNode
-
- getTag(InputStream) - Static method in class cryptix.asn1.lang.Tag
-
Get a tag off the wire as a byte[]
- getToken(int) - Method in class cryptix.asn1.lang.Parser
-
- getValue() - Method in interface cryptix.asn1.lang.ASNObject
-
Returns the Java Object containing the current value of this
ASN.1 object.
- getValue() - Method in class cryptix.asn1.lang.SimpleNode
-
- getValue() - Method in class cryptix.asn1.lang.Tag
-
Returns the tag's class number.
- GLOBAL_DEBUG - Static variable in class cryptix.asn1.encoding.PackageProperties
-
- GLOBAL_DEBUG - Static variable in class cryptix.asn1.lang.PackageProperties
-
- GRAPHIC_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
-