A B C D E F G H I J K L M N O P R S T U V

A

accept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.SimpleNode
 
accept(ParserVisitor, Object) - Method in interface cryptix.asn1.lang.ASNObject
Accepts a visitor.
add_escapes(String) - Method in class cryptix.asn1.lang.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - Static method in class cryptix.asn1.lang.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class cryptix.asn1.lang.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
ANY - Static variable in interface cryptix.asn1.lang.ParserConstants
 
AnyType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
APPLICATION - Static variable in interface cryptix.asn1.lang.ParserConstants
 
APPLICATION - Static variable in class cryptix.asn1.lang.Tag
 
arg - Variable in class cryptix.asn1.lang.Parser.JJCalls
 
ASCII_CharStream - class cryptix.asn1.lang.ASCII_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(InputStream, int, int) - Constructor for class cryptix.asn1.lang.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class cryptix.asn1.lang.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class cryptix.asn1.lang.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int, int) - Constructor for class cryptix.asn1.lang.ASCII_CharStream
 
ASNAny - class cryptix.asn1.lang.ASNAny.
 
ASNAny(int) - Constructor for class cryptix.asn1.lang.ASNAny
 
ASNAny(Parser, int) - Constructor for class cryptix.asn1.lang.ASNAny
 
ASNBitString - class cryptix.asn1.lang.ASNBitString.
 
ASNBitString(int) - Constructor for class cryptix.asn1.lang.ASNBitString
 
ASNBitString(Parser, int) - Constructor for class cryptix.asn1.lang.ASNBitString
 
ASNBoolean - class cryptix.asn1.lang.ASNBoolean.
 
ASNBoolean(int) - Constructor for class cryptix.asn1.lang.ASNBoolean
 
ASNBoolean(Parser, int) - Constructor for class cryptix.asn1.lang.ASNBoolean
 
ASNInteger - class cryptix.asn1.lang.ASNInteger.
 
ASNInteger(int) - Constructor for class cryptix.asn1.lang.ASNInteger
 
ASNInteger(Parser, int) - Constructor for class cryptix.asn1.lang.ASNInteger
 
ASNNull - class cryptix.asn1.lang.ASNNull.
 
ASNNull(int) - Constructor for class cryptix.asn1.lang.ASNNull
 
ASNNull(Parser, int) - Constructor for class cryptix.asn1.lang.ASNNull
 
ASNObject - interface cryptix.asn1.lang.ASNObject.
 
ASNObjectIdentifier - class cryptix.asn1.lang.ASNObjectIdentifier.
 
ASNObjectIdentifier(int) - Constructor for class cryptix.asn1.lang.ASNObjectIdentifier
 
ASNObjectIdentifier(Parser, int) - Constructor for class cryptix.asn1.lang.ASNObjectIdentifier
 
ASNOctetString - class cryptix.asn1.lang.ASNOctetString.
 
ASNOctetString(int) - Constructor for class cryptix.asn1.lang.ASNOctetString
 
ASNOctetString(Parser, int) - Constructor for class cryptix.asn1.lang.ASNOctetString
 
ASNPrintableString - class cryptix.asn1.lang.ASNPrintableString.
 
ASNPrintableString(int) - Constructor for class cryptix.asn1.lang.ASNPrintableString
 
ASNPrintableString(Parser, int) - Constructor for class cryptix.asn1.lang.ASNPrintableString
 
ASNSequence - class cryptix.asn1.lang.ASNSequence.
 
ASNSequence(int) - Constructor for class cryptix.asn1.lang.ASNSequence
 
ASNSequence(Parser, int) - Constructor for class cryptix.asn1.lang.ASNSequence
 
ASNSequenceOf - class cryptix.asn1.lang.ASNSequenceOf.
 
ASNSequenceOf(int) - Constructor for class cryptix.asn1.lang.ASNSequenceOf
 
ASNSequenceOf(Parser, int) - Constructor for class cryptix.asn1.lang.ASNSequenceOf
 
ASNSet - class cryptix.asn1.lang.ASNSet.
 
ASNSet(int) - Constructor for class cryptix.asn1.lang.ASNSet
 
ASNSet(Parser, int) - Constructor for class cryptix.asn1.lang.ASNSet
 
ASNSetOf - class cryptix.asn1.lang.ASNSetOf.
 
ASNSetOf(int) - Constructor for class cryptix.asn1.lang.ASNSetOf
 
ASNSetOf(Parser, int) - Constructor for class cryptix.asn1.lang.ASNSetOf
 
ASNSpecification - class cryptix.asn1.lang.ASNSpecification.
 
ASNSpecification(int) - Constructor for class cryptix.asn1.lang.ASNSpecification
 
ASNSpecification(Parser, int) - Constructor for class cryptix.asn1.lang.ASNSpecification
 
ASNTaggedType - class cryptix.asn1.lang.ASNTaggedType.
 
ASNTaggedType(int) - Constructor for class cryptix.asn1.lang.ASNTaggedType
 
ASNTaggedType(Parser, int) - Constructor for class cryptix.asn1.lang.ASNTaggedType
 
ASNTime - class cryptix.asn1.lang.ASNTime.
 
ASNTime(int) - Constructor for class cryptix.asn1.lang.ASNTime
 
ASNTime(Parser, int) - Constructor for class cryptix.asn1.lang.ASNTime
 
ASNType - class cryptix.asn1.lang.ASNType.
 
ASNType(int) - Constructor for class cryptix.asn1.lang.ASNType
 
ASNType(Parser, int) - Constructor for class cryptix.asn1.lang.ASNType
 
ASNTypeAlias - class cryptix.asn1.lang.ASNTypeAlias.
 
ASNTypeAlias(int) - Constructor for class cryptix.asn1.lang.ASNTypeAlias
 
ASNTypeAlias(Parser, int) - Constructor for class cryptix.asn1.lang.ASNTypeAlias
 
Assignment() - Method in class cryptix.asn1.lang.Parser
 
available - Variable in class cryptix.asn1.lang.ASCII_CharStream
 

B

B_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
backup(int) - Method in class cryptix.asn1.lang.ASCII_CharStream
 
BaseCoder - class cryptix.asn1.encoding.BaseCoder.
 
BaseCoder() - Constructor for class cryptix.asn1.encoding.BaseCoder
 
beginColumn - Variable in class cryptix.asn1.lang.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class cryptix.asn1.lang.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class cryptix.asn1.lang.ASCII_CharStream
 
BIT - Static variable in interface cryptix.asn1.lang.ParserConstants
 
BIT_STRING - Static variable in class cryptix.asn1.lang.Tag
 
BitStringType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
BOOLEAN - Static variable in interface cryptix.asn1.lang.ParserConstants
 
BOOLEAN - Static variable in class cryptix.asn1.lang.Tag
 
Boolean() - Method in class cryptix.asn1.lang.Parser
 
BooleanType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
bufpos - Variable in class cryptix.asn1.lang.ASCII_CharStream
 
bufsize - Variable in class cryptix.asn1.lang.ASCII_CharStream
 
BuiltInType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
BuiltInValue() - Method in class cryptix.asn1.lang.Parser
 
BY - Static variable in interface cryptix.asn1.lang.ParserConstants
 

C

C_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
CharacterString() - Method in class cryptix.asn1.lang.Parser
 
CharacterStringType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
children - Variable in class cryptix.asn1.lang.SimpleNode
 
childrenAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.SimpleNode
Accepts the visitor.
ClassNumber() - Method in class cryptix.asn1.lang.Parser
 
clazz - Variable in class cryptix.asn1.lang.Tag
 
Clazz() - Method in class cryptix.asn1.lang.Parser
 
clearNodeScope(Node) - Method in class cryptix.asn1.lang.JJTParserState
 
closeNodeScope(Node, boolean) - Method in class cryptix.asn1.lang.JJTParserState
 
closeNodeScope(Node, int) - Method in class cryptix.asn1.lang.JJTParserState
 
CoderOperations - interface cryptix.asn1.encoding.CoderOperations.
 
COMMENT - Static variable in interface cryptix.asn1.lang.ParserConstants
 
constructed - Variable in class cryptix.asn1.lang.Tag
 
CONTEXT - Static variable in class cryptix.asn1.lang.Tag
 
countUnresolvedReferences() - Static method in class cryptix.asn1.lang.Parser
 
cryptix.asn1.encoding - package cryptix.asn1.encoding
 
cryptix.asn1.lang - package cryptix.asn1.lang
 
cryptix.asn1.test - package cryptix.asn1.test
 
curChar - Variable in class cryptix.asn1.lang.ParserTokenManager
 
curLexState - Variable in class cryptix.asn1.lang.ParserTokenManager
 
currentToken - Variable in class cryptix.asn1.lang.ParseException
This is the last token that has been consumed successfully.

D

data - Variable in class cryptix.asn1.encoding.DER.Component
 
decode(ASNAny, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNAny, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes an ANY, represented as byte[] -- EKR
decode(ASNAny, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNBitString, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNBitString, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a BIT STRING --internally represented as a byte[].
decode(ASNBitString, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNBoolean, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNBoolean, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a BOOLEAN --internally represented as a Boolean.
decode(ASNBoolean, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNInteger, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNInteger, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes an INTEGER -- internally represented as a BigInteger.
decode(ASNInteger, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNNull, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNNull, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a NULL --internally represented as a null.
decode(ASNNull, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNObjectIdentifier, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNObjectIdentifier, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes an OID --internally represented as a dot-separated String.
decode(ASNObjectIdentifier, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNOctetString, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNOctetString, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes an OCTET STRING --internally represented as a byte[].
decode(ASNOctetString, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNPrintableString, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNPrintableString, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a PrintableString --internally represented as a String.
decode(ASNPrintableString, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNSequence, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNSequence, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a SEQUENCE --internally represented as an array.
decode(ASNSequence, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNSequenceOf, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNSequenceOf, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a SEQUENCE OF --internally represented as an array.
decode(ASNSequenceOf, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNSet, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNSet, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a SET --internally represented as an array.
decode(ASNSet, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNSetOf, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNSetOf, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a SET OF --internally represented as an array.
decode(ASNSetOf, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNTaggedType, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNTaggedType, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a Tagged Type -- rewritten by EKR
decode(ASNTaggedType, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNTime, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNTime, InputStream) - Method in class cryptix.asn1.encoding.DER
Decodes a UTCTime --internally represented as a Date.
decode(ASNTime, InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
decode(ASNTypeAlias, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(ASNType, InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
decode(InputStream) - Static method in class cryptix.asn1.lang.Tag
Constructs a Tag instance from the designated input stream.
decode(InputStream, int) - Method in class cryptix.asn1.encoding.DER
 
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 cryptix.asn1.encoding.DER.
A concrete factory class to handle ASN.1 DER encoding.
DER.Component - class cryptix.asn1.encoding.DER.Component.
 
DER.Component(Tag, int, byte[]) - Constructor for class cryptix.asn1.encoding.DER.Component
 
DER() - Constructor for class cryptix.asn1.encoding.DER
 
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 class cryptix.asn1.lang.SimpleNode
 
dump() - Method in interface cryptix.asn1.lang.ASNObject
Dumps this object's specification to System.out.
dump(String) - Method in class cryptix.asn1.lang.SimpleNode
 
dump(String) - Method in interface cryptix.asn1.lang.ASNObject
Dumps this object's specification to System.out prefixing each line with the given string.
dumpSymbolTable() - Static method in class cryptix.asn1.lang.Parser
Dump symbol table.

E

ElementType(String) - Method in class cryptix.asn1.lang.Parser
 
ElementTypeList(String) - Method in class cryptix.asn1.lang.Parser
 
ElementValueList(Vector) - Method in class cryptix.asn1.lang.Parser
 
enable_tracing() - Method in class cryptix.asn1.lang.Parser
 
encode(ASNAny, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNAny, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNBitString, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNBitString, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNBoolean, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNBoolean, OutputStream) - Method in class cryptix.asn1.encoding.DER
Encodes a BOOLEAN.
encode(ASNBoolean, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNInteger, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNInteger, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNNull, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNNull, OutputStream) - Method in class cryptix.asn1.encoding.DER
Encodes a NULL.
encode(ASNNull, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNObjectIdentifier, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNObjectIdentifier, OutputStream) - Method in class cryptix.asn1.encoding.DER
Encodes an OID.
encode(ASNObjectIdentifier, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNOctetString, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNOctetString, OutputStream) - Method in class cryptix.asn1.encoding.DER
Encodes an OCTET STRING.
encode(ASNOctetString, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNPrintableString, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNPrintableString, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNSequenceOf, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNSequenceOf, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNSequence, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNSequence, OutputStream) - Method in class cryptix.asn1.encoding.DER
Encodes a SEQUENCE.
encode(ASNSequence, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNSetOf, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNSetOf, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNSet, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNSet, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNTaggedType, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNTaggedType, OutputStream) - Method in class cryptix.asn1.encoding.DER
Encodes an ASN.1 Tagged type.
encode(ASNTaggedType, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNTime, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNTime, OutputStream) - Method in class cryptix.asn1.encoding.DER
Encodes a UTCTime.
encode(ASNTime, OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
encode(ASNTypeAlias, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
encode(ASNType, OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
ENCODING - Static variable in interface cryptix.asn1.encoding.CoderOperations
 
endColumn - Variable in class cryptix.asn1.lang.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class cryptix.asn1.lang.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface cryptix.asn1.lang.ParserConstants
 
eol - Variable in class cryptix.asn1.lang.ParseException
The end of line string for this machine.
errorCode - Variable in class cryptix.asn1.lang.TokenMgrError
Indicates the reason why the exception is thrown.
expectedTokenSequences - Variable in class cryptix.asn1.lang.ParseException
Each entry in this array is an array of integers.
explicit - Variable in class cryptix.asn1.lang.Tag
 
EXPLICIT - Static variable in interface cryptix.asn1.lang.ParserConstants
 

F

FALSE - Static variable in interface cryptix.asn1.lang.ParserConstants
 
first - Variable in class cryptix.asn1.lang.Parser.JJCalls
 

G

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 class cryptix.asn1.lang.SimpleNode
 
getChildren() - Method in interface cryptix.asn1.lang.ASNObject
 
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 class cryptix.asn1.lang.SimpleNode
 
getComponent(String) - Method in interface cryptix.asn1.lang.ASNObject
Returns a child component of an ASN.1 construct given its full name.
getData() - Method in class cryptix.asn1.encoding.DER.Component
 
getDefaultValue() - Method in class cryptix.asn1.lang.SimpleNode
 
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.
getEndColumn() - Method in class cryptix.asn1.lang.ASCII_CharStream
 
getEndLine() - Method in class cryptix.asn1.lang.ASCII_CharStream
 
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(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(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 class cryptix.asn1.lang.SimpleNode
 
getID() - Method in interface cryptix.asn1.lang.ASNObject
 
GetImage() - Method in class cryptix.asn1.lang.ASCII_CharStream
 
getInstance(Parser, Tag) - Static method in class cryptix.asn1.lang.SimpleNode
Returns a new instance given a UNIVERSAL ASN.1 tag instance; null otherwise.
getInstance(String) - Static method in class cryptix.asn1.encoding.BaseCoder
Instantiates an ASN.1 coder to use for concrete processing of the input/output.
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 class cryptix.asn1.lang.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class cryptix.asn1.lang.TokenMgrError
You can also modify the body of this method to customize your error messages.
getName() - Method in class cryptix.asn1.lang.SimpleNode
 
getName() - Method in interface cryptix.asn1.lang.ASNObject
 
getNextToken() - Method in class cryptix.asn1.lang.ParserTokenManager
 
getNextToken() - Method in class cryptix.asn1.lang.Parser
 
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 class cryptix.asn1.lang.SimpleNode
 
getParent() - Method in interface cryptix.asn1.lang.ASNObject
 
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) - 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.encoding.PackageProperties
Returns the value of a property for this algorithm, or return value if the property was not set.
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 class cryptix.asn1.lang.SimpleNode
 
getTag() - Method in interface cryptix.asn1.lang.ASNObject
Returns a reference to an instance of this ASN.1 object's Tag.
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 class cryptix.asn1.lang.Tag
Returns the tag's class number.
getValue() - Method in class cryptix.asn1.lang.SimpleNode
 
getValue() - Method in interface cryptix.asn1.lang.ASNObject
Returns the Java Object containing the current value of this ASN.1 object.
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
 

H

H_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 

I

IA5_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
IA5_STRING - Static variable in class cryptix.asn1.lang.Tag
 
id - Variable in class cryptix.asn1.lang.SimpleNode
 
IDENTIFIER - Static variable in interface cryptix.asn1.lang.ParserConstants
 
Identifier() - Method in class cryptix.asn1.lang.Parser
 
image - Variable in class cryptix.asn1.lang.Token
The string image of the token.
IMPLICIT - Static variable in interface cryptix.asn1.lang.ParserConstants
 
in - Variable in class cryptix.asn1.encoding.BaseCoder
 
init(InputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
init(InputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
init(OutputStream) - Method in class cryptix.asn1.encoding.BaseCoder
 
init(OutputStream) - Method in interface cryptix.asn1.encoding.CoderOperations
 
INTEGER - Static variable in interface cryptix.asn1.lang.ParserConstants
 
INTEGER - Static variable in class cryptix.asn1.lang.Tag
 
Integer() - Method in class cryptix.asn1.lang.Parser
 
IntegerType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
INVALID_LEXICAL_STATE - Static variable in class cryptix.asn1.lang.TokenMgrError
Tried to change to an invalid lexical state.
isConstructed() - Method in class cryptix.asn1.lang.Tag
Returns true if the tag is constructed false otherwise.
isExplicit() - Method in class cryptix.asn1.lang.Tag
Returns true if the tag is explicit, false otherwise.
ISO646_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
isOptional() - Method in class cryptix.asn1.lang.SimpleNode
 
isOptional() - Method in interface cryptix.asn1.lang.ASNObject
Returns true if this ASN.1 object is optional, false otherwise.
isTagExplicit - Variable in class cryptix.asn1.lang.Parser
 
isTraceable(String) - Static method in class cryptix.asn1.encoding.PackageProperties
Returns true if tracing is requested for a given class.
isTraceable(String) - Static method in class cryptix.asn1.lang.PackageProperties
Returns true if tracing is requested for a given class.

J

jj_input_stream - Variable in class cryptix.asn1.lang.Parser
 
jj_nt - Variable in class cryptix.asn1.lang.Parser
 
jjbitVec0 - Static variable in class cryptix.asn1.lang.ParserTokenManager
 
jjmatchedKind - Variable in class cryptix.asn1.lang.ParserTokenManager
 
jjmatchedPos - Variable in class cryptix.asn1.lang.ParserTokenManager
 
jjnewStateCnt - Variable in class cryptix.asn1.lang.ParserTokenManager
 
jjnextStates - Static variable in class cryptix.asn1.lang.ParserTokenManager
 
jjround - Variable in class cryptix.asn1.lang.ParserTokenManager
 
jjstrLiteralImages - Static variable in class cryptix.asn1.lang.ParserTokenManager
 
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNTime
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNPrintableString
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNAny
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNTaggedType
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNSetOf
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNSet
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNSequenceOf
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNSequence
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNObjectIdentifier
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNNull
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNOctetString
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNBitString
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNInteger
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNBoolean
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNTypeAlias
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNType
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.ASNSpecification
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in interface cryptix.asn1.lang.Node
Accept the visitor.
jjtAccept(ParserVisitor, Object) - Method in class cryptix.asn1.lang.SimpleNode
Accepts the visitor.
jjtAddChild(Node, int) - Method in interface cryptix.asn1.lang.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class cryptix.asn1.lang.SimpleNode
 
JJTANY - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTBITSTRING - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTBOOLEAN - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
jjtClose() - Method in interface cryptix.asn1.lang.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class cryptix.asn1.lang.SimpleNode
 
jjtGetChild(int) - Method in interface cryptix.asn1.lang.Node
This method returns a child node.
jjtGetChild(int) - Method in class cryptix.asn1.lang.SimpleNode
 
jjtGetNumChildren() - Method in interface cryptix.asn1.lang.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class cryptix.asn1.lang.SimpleNode
 
jjtGetParent() - Method in interface cryptix.asn1.lang.Node
 
jjtGetParent() - Method in class cryptix.asn1.lang.SimpleNode
 
JJTINTEGER - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
jjtNodeName - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTNULL - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTOBJECTIDENTIFIER - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTOCTETSTRING - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
jjtOpen() - Method in interface cryptix.asn1.lang.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class cryptix.asn1.lang.SimpleNode
 
jjtoSkip - Static variable in class cryptix.asn1.lang.ParserTokenManager
 
jjtoSpecial - Static variable in class cryptix.asn1.lang.ParserTokenManager
 
jjtoToken - Static variable in class cryptix.asn1.lang.ParserTokenManager
 
JJTParserState - class cryptix.asn1.lang.JJTParserState.
 
JJTParserState() - Constructor for class cryptix.asn1.lang.JJTParserState
 
JJTPRINTABLESTRING - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
jjtree - Variable in class cryptix.asn1.lang.Parser
 
JJTSEQUENCE - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTSEQUENCEOF - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTSET - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTSETOF - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
jjtSetParent(Node) - Method in interface cryptix.asn1.lang.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class cryptix.asn1.lang.SimpleNode
 
JJTSPECIFICATION - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTTAGGEDTYPE - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTTIME - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTTYPE - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTTYPEALIAS - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 
JJTVOID - Static variable in interface cryptix.asn1.lang.ParserTreeConstants
 

K

kind - Variable in class cryptix.asn1.lang.Token
An integer that describes the kind of this token.

L

length - Variable in class cryptix.asn1.encoding.DER.Component
 
LETTER - Static variable in interface cryptix.asn1.lang.ParserConstants
 
LEXICAL_ERROR - Static variable in class cryptix.asn1.lang.TokenMgrError
Lexical error occured.
lexStateNames - Static variable in class cryptix.asn1.lang.ParserTokenManager
 
list(PrintStream) - Static method in class cryptix.asn1.encoding.PackageProperties
Lists algorithm properties to the PrintStream out.
list(PrintStream) - Static method in class cryptix.asn1.lang.PackageProperties
Lists algorithm properties to the PrintStream out.
list(PrintWriter) - Static method in class cryptix.asn1.encoding.PackageProperties
Lists algorithm properties to the PrintWriter out.
list(PrintWriter) - Static method in class cryptix.asn1.lang.PackageProperties
Lists algorithm properties to the PrintWriter out.
lookingAhead - Variable in class cryptix.asn1.lang.Parser
 
LOOP_DETECTED - Static variable in class cryptix.asn1.lang.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LOWER - Static variable in interface cryptix.asn1.lang.ParserConstants
 

M

Main - class cryptix.asn1.test.Main.
A test class for reduced ASN.1 syntax and DER decoding.
Main() - Constructor for class cryptix.asn1.test.Main
 
main(String[]) - Static method in class cryptix.asn1.test.Main2
 
main(String[]) - Static method in class cryptix.asn1.test.Main
 
Main2 - class cryptix.asn1.test.Main2.
A test class for reduced ASN.1 syntax and DER decoding.
Main2() - Constructor for class cryptix.asn1.test.Main2
 

N

name - Variable in class cryptix.asn1.lang.SimpleNode
Name associated with this ASN.1 object.
NamedNumber() - Method in class cryptix.asn1.lang.Parser
 
NamedNumberList() - Method in class cryptix.asn1.lang.Parser
 
NamedValue(Vector) - Method in class cryptix.asn1.lang.Parser
 
newToken(int) - Static method in class cryptix.asn1.lang.Token
Returns a new Token object, by default.
next - Variable in class cryptix.asn1.lang.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class cryptix.asn1.lang.Parser.JJCalls
 
Node - interface cryptix.asn1.lang.Node.
 
nodeArity() - Method in class cryptix.asn1.lang.JJTParserState
 
nodeCreated() - Method in class cryptix.asn1.lang.JJTParserState
 
NULL - Static variable in interface cryptix.asn1.lang.ParserConstants
 
NULL - Static variable in class cryptix.asn1.lang.Tag
 
Null() - Method in class cryptix.asn1.lang.Parser
 
NullType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
NUMBER - Static variable in interface cryptix.asn1.lang.ParserConstants
 
NumberForm() - Method in class cryptix.asn1.lang.Parser
 
NUMERIC_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 

O

OBJECT - Static variable in interface cryptix.asn1.lang.ParserConstants
 
OBJECT_IDENTIFIER - Static variable in class cryptix.asn1.lang.Tag
 
ObjectIdentifier() - Method in class cryptix.asn1.lang.Parser
 
ObjectIdentifierType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
ObjIdComponent() - Method in class cryptix.asn1.lang.Parser
 
OCTET - Static variable in interface cryptix.asn1.lang.ParserConstants
 
OCTET_STRING - Static variable in class cryptix.asn1.lang.Tag
 
OctetString() - Method in class cryptix.asn1.lang.Parser
 
OctetStringType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
OF - Static variable in interface cryptix.asn1.lang.ParserConstants
 
OIDAssignment() - Method in class cryptix.asn1.lang.Parser
 
openNodeScope(Node) - Method in class cryptix.asn1.lang.JJTParserState
 
optional - Variable in class cryptix.asn1.lang.SimpleNode
True if the ASN.1 object is optional, false otherwise.
OPTIONAL - Static variable in interface cryptix.asn1.lang.ParserConstants
 
out - Variable in class cryptix.asn1.encoding.BaseCoder
 

P

PackageProperties - class cryptix.asn1.encoding.PackageProperties.
This class acts as a central repository for a package specific properties.
PackageProperties - class cryptix.asn1.lang.PackageProperties.
This class acts as a central repository for a package specific properties.
PackageProperties() - Constructor for class cryptix.asn1.encoding.PackageProperties
 
PackageProperties() - Constructor for class cryptix.asn1.lang.PackageProperties
 
parent - Variable in class cryptix.asn1.lang.SimpleNode
 
ParseException - exception cryptix.asn1.lang.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class cryptix.asn1.lang.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class cryptix.asn1.lang.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class cryptix.asn1.lang.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parser - Variable in class cryptix.asn1.lang.SimpleNode
 
Parser - class cryptix.asn1.lang.Parser.
 
Parser.JJCalls - class cryptix.asn1.lang.Parser.JJCalls.
 
Parser.JJCalls() - Constructor for class cryptix.asn1.lang.Parser.JJCalls
 
Parser(InputStream) - Constructor for class cryptix.asn1.lang.Parser
 
Parser(ParserTokenManager) - Constructor for class cryptix.asn1.lang.Parser
 
Parser(Reader) - Constructor for class cryptix.asn1.lang.Parser
 
ParserConstants - interface cryptix.asn1.lang.ParserConstants.
 
ParserTokenManager - class cryptix.asn1.lang.ParserTokenManager.
 
ParserTokenManager(ASCII_CharStream) - Constructor for class cryptix.asn1.lang.ParserTokenManager
 
ParserTokenManager(ASCII_CharStream, int) - Constructor for class cryptix.asn1.lang.ParserTokenManager
 
ParserTreeConstants - interface cryptix.asn1.lang.ParserTreeConstants.
 
ParserVisitor - interface cryptix.asn1.lang.ParserVisitor.
 
peek(InputStream) - Static method in class cryptix.asn1.lang.Tag
Returns the Tag instance parsed from the given input stream, if one is there, without modifying the stram marker.
peekNode() - Method in class cryptix.asn1.lang.JJTParserState
 
popNode() - Method in class cryptix.asn1.lang.JJTParserState
 
PRINT_STRING - Static variable in class cryptix.asn1.lang.Tag
 
PRINTABLE_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
PRIVATE - Static variable in interface cryptix.asn1.lang.ParserConstants
 
PRIVATE - Static variable in class cryptix.asn1.lang.Tag
 
propertyNames() - Static method in class cryptix.asn1.encoding.PackageProperties
 
propertyNames() - Static method in class cryptix.asn1.lang.PackageProperties
 
pushNode(Node) - Method in class cryptix.asn1.lang.JJTParserState
 

R

readChar() - Method in class cryptix.asn1.lang.ASCII_CharStream
 
ReInit(ASCII_CharStream) - Method in class cryptix.asn1.lang.ParserTokenManager
 
ReInit(ASCII_CharStream, int) - Method in class cryptix.asn1.lang.ParserTokenManager
 
ReInit(InputStream) - Method in class cryptix.asn1.lang.Parser
 
ReInit(InputStream, int, int) - Method in class cryptix.asn1.lang.ASCII_CharStream
 
ReInit(InputStream, int, int, int) - Method in class cryptix.asn1.lang.ASCII_CharStream
 
ReInit(ParserTokenManager) - Method in class cryptix.asn1.lang.Parser
 
ReInit(Reader) - Method in class cryptix.asn1.lang.Parser
 
ReInit(Reader, int, int) - Method in class cryptix.asn1.lang.ASCII_CharStream
 
ReInit(Reader, int, int, int) - Method in class cryptix.asn1.lang.ASCII_CharStream
 
reset() - Method in class cryptix.asn1.lang.JJTParserState
 
resolve(String) - Static method in class cryptix.asn1.lang.Parser
 
rootNode() - Method in class cryptix.asn1.lang.JJTParserState
 

S

SEQUENCE - Static variable in interface cryptix.asn1.lang.ParserConstants
 
SEQUENCE - Static variable in class cryptix.asn1.lang.Tag
 
SEQUENCE_OF - Static variable in class cryptix.asn1.lang.Tag
 
Sequence() - Method in class cryptix.asn1.lang.Parser
 
SequenceOfType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
SequenceType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
SET - Static variable in interface cryptix.asn1.lang.ParserConstants
 
SET - Static variable in class cryptix.asn1.lang.Tag
 
SET_OF - Static variable in class cryptix.asn1.lang.Tag
 
setDefaultValue(Object) - Method in class cryptix.asn1.lang.SimpleNode
 
setDefaultValue(Object) - Method in interface cryptix.asn1.lang.ASNObject
Similar to setValue() but operates on the default value of this ASN.1 object if such a value is/was defined in the specifications.
setName(String) - Method in class cryptix.asn1.lang.SimpleNode
Sets the name of this instance.
SetOfType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
setOptional(boolean) - Method in class cryptix.asn1.lang.SimpleNode
 
setOptional(boolean) - Method in interface cryptix.asn1.lang.ASNObject
Sets the optional flag for this ASN.1 object to the designated value.
setTag(Tag) - Method in class cryptix.asn1.lang.SimpleNode
 
setTag(Tag) - Method in interface cryptix.asn1.lang.ASNObject
Sets the tag of this ASN.1 object to be the designated instance.
SetType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
setValue(Object) - Method in class cryptix.asn1.lang.SimpleNode
 
setValue(Object) - Method in interface cryptix.asn1.lang.ASNObject
Sets the value of this component to a native Java instance.
SignedNumber() - Method in class cryptix.asn1.lang.Parser
 
SimpleNode - class cryptix.asn1.lang.SimpleNode.
 
SimpleNode(int) - Constructor for class cryptix.asn1.lang.SimpleNode
 
SimpleNode(Parser, int) - Constructor for class cryptix.asn1.lang.SimpleNode
 
specialConstructor - Variable in class cryptix.asn1.lang.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class cryptix.asn1.lang.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Specification(boolean) - Method in class cryptix.asn1.lang.Parser
 
sTable - Static variable in class cryptix.asn1.lang.Parser
 
stack - Static variable in class cryptix.asn1.lang.Parser
Stack for runtime interpretation of OID values.
STATIC_LEXER_ERROR - Static variable in class cryptix.asn1.lang.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - Static variable in class cryptix.asn1.lang.ASCII_CharStream
 
STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
SwitchTo(int) - Method in class cryptix.asn1.lang.ParserTokenManager
 

T

T61_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
T61_STRING - Static variable in class cryptix.asn1.lang.Tag
 
tag - Variable in class cryptix.asn1.encoding.DER.Component
 
tag - Variable in class cryptix.asn1.lang.SimpleNode
Tag associated with this ASN.1 object.
Tag - class cryptix.asn1.lang.Tag.
A class to handle ASN.1 Tag elements.
Tag(int, boolean) - Constructor for class cryptix.asn1.lang.Tag
Convenience constructor.
Tag(int, int, boolean) - Constructor for class cryptix.asn1.lang.Tag
Convenience constructor.
Tag(int, int, boolean, boolean) - Constructor for class cryptix.asn1.lang.Tag
Constructs an ASN.1 Tag instance.
TaggedType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
Tagging() - Method in class cryptix.asn1.lang.Parser
 
TELETEX_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
token - Variable in class cryptix.asn1.lang.Parser
 
Token - class cryptix.asn1.lang.Token.
Describes the input token stream.
token_source - Variable in class cryptix.asn1.lang.Parser
 
Token() - Constructor for class cryptix.asn1.lang.Token
 
tokenBegin - Variable in class cryptix.asn1.lang.ASCII_CharStream
 
tokenImage - Static variable in interface cryptix.asn1.lang.ParserConstants
 
tokenImage - Variable in class cryptix.asn1.lang.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - error cryptix.asn1.lang.TokenMgrError.
 
TokenMgrError() - Constructor for class cryptix.asn1.lang.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class cryptix.asn1.lang.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class cryptix.asn1.lang.TokenMgrError
 
top - Static variable in class cryptix.asn1.lang.Parser
 
toString() - Method in class cryptix.asn1.lang.Token
Returns the image.
toString() - Method in class cryptix.asn1.lang.Tag
 
toString() - Method in class cryptix.asn1.lang.SimpleNode
You can override these two methods in subclasses of SimpleNode to customize the way the node appears when the tree is dumped.
toString(String) - Method in class cryptix.asn1.lang.SimpleNode
 
TRUE - Static variable in interface cryptix.asn1.lang.ParserConstants
 
Type(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
TypeAssignment() - Method in class cryptix.asn1.lang.Parser
 
TypeReference() - Method in class cryptix.asn1.lang.Parser
 

U

UNINITIALIZED - Static variable in interface cryptix.asn1.encoding.CoderOperations
 
UNIVERSAL - Static variable in interface cryptix.asn1.lang.ParserConstants
 
UNIVERSAL - Static variable in class cryptix.asn1.lang.Tag
 
UPPER - Static variable in interface cryptix.asn1.lang.ParserConstants
 
UsefulType(String, boolean) - Method in class cryptix.asn1.lang.Parser
 
UTC_TIME - Static variable in interface cryptix.asn1.lang.ParserConstants
 
UTC_TIME - Static variable in class cryptix.asn1.lang.Tag
 
UTCTime(String, boolean) - Method in class cryptix.asn1.lang.Parser
 

V

value - Variable in class cryptix.asn1.lang.Tag
 
value - Variable in class cryptix.asn1.lang.SimpleNode
Java object representing the current value of this ASN.1 object when applicable.
Value() - Method in class cryptix.asn1.lang.Parser
 
ValueReference() - Method in class cryptix.asn1.lang.Parser
 
VIDEOTEX_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
VISIBLE_STRING - Static variable in interface cryptix.asn1.lang.ParserConstants
 
visit(ASNAny, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNAny, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNBitString, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNBitString, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNBoolean, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNBoolean, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNInteger, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNInteger, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNNull, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNNull, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNObjectIdentifier, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNObjectIdentifier, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNOctetString, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNOctetString, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNPrintableString, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNPrintableString, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNSequence, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNSequence, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNSequenceOf, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNSequenceOf, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNSet, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNSet, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNSetOf, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNSetOf, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNSpecification, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNSpecification, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNTaggedType, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNTaggedType, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNTime, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNTime, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNTypeAlias, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNTypeAlias, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(ASNType, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(ASNType, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visit(SimpleNode, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 
visit(SimpleNode, Object) - Method in interface cryptix.asn1.lang.ParserVisitor
 
visitInternal(SimpleNode, Object) - Method in class cryptix.asn1.encoding.BaseCoder
 

A B C D E F G H I J K L M N O P R S T U V