Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y Z _ 

S

safeParseString() - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
 
secFraction - Variable in class com.objsys.asn1j.runtime.Asn1AbstractTime
Second's fraction component.
second - Variable in class com.objsys.asn1j.runtime.Asn1AbstractTime
Second component.
SECONDS - Static variable in class com.objsys.asn1j.runtime.Asn1TimeUtil
 
seekCharacter() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Seeks past whitespace in the input to find the next input character.
Sep - Static variable in class com.objsys.asn1j.runtime.Asn1AbstractTime
 
Sep - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
September - Static variable in class com.objsys.asn1j.runtime.Asn1AbstractTime
 
September - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
SEQUENCE - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
ASN.1 SEQUENCE type tag value
SEQUENCE - Static variable in class com.objsys.asn1j.runtime.Asn1Type
SEQUENCE type code = 16
set(int, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method will set the given bit number to the given boolean value.
set(int) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method will set the given bit number to one (1).
SET - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
ASN.1 SET type tag value
SET - Static variable in class com.objsys.asn1j.runtime.Asn1Type
SET type code = 17
setAligned(boolean) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method is used to turn PER aligned encoding on or off.
setAligned(boolean) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method is used to turn PER aligned encoding on or off
setAnyAttribute(String, String) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method will set the anyAttribute type value for given qname and value of XML attribute
setBinaryData(byte[], int) - Method in class com.objsys.asn1j.runtime.Asn1OpenType
Sets the binary data for the open type and assigns the data encoding to the given encoding.
setBitCount(int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
This method sets the count of bits in the bit field.
setBitCount() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method sets the bit count within the current bit field to the difference between the current but offset and the starting bit offset currently stored in the field object.
setBitCountAndOffset(int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
This method sets the count of bits in the bit field and the offset to the bit field in the message buffer.
setBitOffset(int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
This method sets the offset to the bit field in the message buffer.
setBitOffset(int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method is used to change the bit offset in the current bit field.
setBitOffset() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method sets the bit offset within the current bit field to the current offset within the PER message buffer.
setBuffer(Asn1PerDecodeBuffer, byte[], boolean) - Static method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method will create or reinitialize a PER decode message buffer object to read data from the given byte array.
setCanonical(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method sets the canonical encoding flag to the given value.
setCanonical(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method sets the canonical encoding flag to the given value.
setCanonical(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
This method sets the canonical encoding flag to the given value.
setCanonical(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XmlOutputStream
This method sets the canonical encoding flag to the given value.
setCanonicalMode(boolean) - Method in class com.objsys.asn1j.runtime.Asn1OerDecodeBuffer
Turn canonical mode on/off.
setCanonicalMode(boolean) - Method in class com.objsys.asn1j.runtime.Asn1OerEncodeBuffer
Turn canonical mode on/off.
setCentury(int) - Method in class com.objsys.asn1j.runtime.Asn1GeneralizedTime
This method sets the century part (first two digits) of the year component of the time value.
setCharData(String, int) - Method in class com.objsys.asn1j.runtime.Asn1OpenType
Convenience method; same as setCharData(value.toCharArray(), encoding)
setCharData(char[], int) - Method in class com.objsys.asn1j.runtime.Asn1OpenType
Sets the character data for the open type and assigns the data encoding to the given encoding.
setComplete() - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
Invoke this method to mark this SAX handler as being complete.
setComponents(BigInteger[]) - Method in class com.objsys.asn1j.runtime.Asn1StringOID
Set value from given components and set the components field.
setContainerClosed(boolean) - Method in class com.objsys.asn1j.runtime.Asn1NasEncodeBuffer
Set or clear the container closed flag.
setDay(int) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the day of month number component of the time value.
setDER(boolean) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
 
setDiff(int, int) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the hour and minute components of the difference between the time zone of the object and Coordinated Universal Time (UTC).
setDiff(int) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the difference between the time zone of the object and Coordinated Universal Time (UTC), in minutes.
setDiffHour(int) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the hour component of the difference between the time zone of the object and Coordinated Universal Time (UTC).
setElement(int, Asn1Type) - Method in class com.objsys.asn1j.runtime.Asn1Choice
This protected method sets the choice ID and value to the given values.
setEnabled(boolean) - Method in class com.objsys.asn1j.runtime.Diag
 
setEqualTo(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1Tag
Assign this tag to match the given tag.
setEventHandlerList(Asn1MessageBuffer) - Method in class com.objsys.asn1j.runtime.Asn1MessageBuffer
This method will set the event handler dispatcher in this object to be equal to that in the given decode buffer object (the buffers will share the dispatcher).
setExceptionHandler(Asn1BerExceptionHandler) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
Set an exception handler on this buffer.
setFraction(String) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the second's decimal fraction component of the time value.
setFraction(String) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method is not supported for UTC time.
setHour(int) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the hour component of the time value.
setIndent(int) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
This method sets the number of spaces per indentation.
setIndent(int) - Method in interface com.objsys.asn1j.runtime.Asn1XmlEncoder
This method sets the number of spaces per indentation.
setIndent(int) - Method in class com.objsys.asn1j.runtime.Asn1XmlOutputStream
This method sets the number of spaces per indentation.
setInputStream(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBitBuffer
This method will set the input stream from which data is read.
setInputStream(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method will set the input stream from which data is read.
setKey(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1MessageBufferBase
This method is used with the limited run-time to set a run-time key value generated by the compiler to allow the run-time to operate on the licensed hosts.
setLazyOpenTypeDecode(boolean) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method turns lazy open type decoding on or off.
setLazyOpenTypeDecode(boolean) - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
This method turns lazy open type decoding on or off.
setLevel(int) - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
setMinute(int) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the minute component of the time value.
setMixedContent(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
This method sets the mixed content flag which indicates that this buffer will be used to encode mixed content.
setMixedContent(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeHelper
This method sets the mixed content flag which indicates that this buffer will be used to encode mixed content.
setMixedContent(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XmlOutputStream
This method sets the mixed content flag which indicates that this buffer will be used to encode mixed content.
setMonth(int) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the month number component of the time value.
setMsgBitCnt(int) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBitBuffer
This method sets the position in the encoded message such that getMsgBitCnt will subsequently return the given number.
setName(String) - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
Set the field's name.
setNamespaceCtxt(Asn1XmlNamespaceCtxt, boolean) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeHelper
This method sets the namespace context to the given value.
setNonParameterizedTypeName(String) - Method in class com.objsys.asn1j.runtime.Asn1Type
Set this type's NonParameterizedTypeName.
setNoNSSchemaLoc(String) - Method in class com.objsys.asn1j.runtime.Asn1XmlXSIAttrs
This method sets the current XSI no namespace schema location attribute setting.
setOfRepDone() - Method in class com.objsys.asn1j.runtime.Asn1OerEncodeBuffer
Invoke this method to signal to the buffer that another occurrence in a SET OF has been completely encoded into it.
setOpenType(Asn1OpenType, int) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method will add the given open type object to the open extension element list at the given index.
setOpenType() - Method in class com.objsys.asn1j.runtime.Asn1Type
Sets open type mode for XML encoding/decoding.
setOpenType() - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
Sets open type mode for XML encoding/decoding.
setPrefix(String) - Method in class com.objsys.asn1j.runtime.Asn1XmlNamespace
This method is used to set the prefix value.
setPrintStream(PrintStream) - Method in class com.objsys.asn1j.runtime.Diag
 
setSchemaLocation(String) - Method in class com.objsys.asn1j.runtime.Asn1XmlXSIAttrs
This method sets the current XSI schema location attribute setting.
setSecond(int) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the second component of the time value.
setSizeConstraint(long, long) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method is used to set a size constraint within the buffer object.
setSizeConstraint(long, long) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method is used to set a size constraint within the buffer object.
setSizeConstraintExt(long, long, long, long) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method is used to set an extensible size constraint within the buffer object.
setSizeConstraintExt(long, long, long, long) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method is used to set an extensible size constraint within the buffer object.
setState(int) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method sets the state of the buffer.
setState(int) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method sets the state of the buffer.
setState(int) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method sets the state of the buffer.
setTermStart(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
This method sets the start element termination required flag.
setTermStart(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeHelper
This method sets the start element termination required flag.
setTermStart(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XmlOutputStream
This method sets the start element termination required flag.
setTime(Calendar) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method converts the java.util.Calendar value to time string.
setTime(Calendar) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method converts the java.util.Calendar value to time string.
setTraceLevel(int) - Static method in class com.objsys.asn1j.runtime.Diag
 
setTraceLevel2(int) - Method in class com.objsys.asn1j.runtime.Diag
 
setTrueEncodedByte(byte) - Static method in class com.objsys.asn1j.runtime.Asn1Boolean
This method sets the byte value that represents the boolean value TRUE.
setTypeCode(short) - Method in class com.objsys.asn1j.runtime.Asn1MessageBufferBase
This method will sets the internal type code to the given value.
setURI(String) - Method in class com.objsys.asn1j.runtime.Asn1XmlNamespace
This method is used to get the URI value.
setUTC(boolean) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the UTC flag state.
setWriteWhitespace(boolean) - Method in class com.objsys.asn1j.runtime.Asn1CharOutputStream
Turn whitespace writing by the indent() method on/off.
setXMLElemName(String) - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
setXMLState(int) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeHelper
This method sets the XML state.
setXSIAttrs(Asn1XmlXSIAttrs) - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
This method sets the XSI attributes object to the given value.
setXSIAttrs(Asn1XmlXSIAttrs) - Method in interface com.objsys.asn1j.runtime.Asn1XmlEncoder
This method sets the XSI attributes object to the given value.
setXSIAttrs(Asn1XmlXSIAttrs) - Method in class com.objsys.asn1j.runtime.Asn1XmlOutputStream
This method sets the XSI attributes object to the given value.
setXSIType(String) - Method in class com.objsys.asn1j.runtime.Asn1XmlXSIAttrs
This method sets the current XSI type setting.
setYear(int) - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
This method sets the year component of the time value.
setYear(int) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method sets the year component of the time value.
size() - Method in class com.objsys.asn1j.runtime.Asn1ArrayType
This method returns the size of array.
skip(Asn1PerDecodeBuffer, Asn1CharSet) - Static method in class com.objsys.asn1j.runtime.Asn18BitCharString
This method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
skip(long) - Method in class com.objsys.asn1j.runtime.Asn1BerInputStream
This method will skip over the requested number of bytes in the input stream.
skip(Asn1PerDecodeBuffer) - Static method in class com.objsys.asn1j.runtime.Asn1BitString
This method skips an ASN.1 BIT STRING value using the packed encoding rules (PER).
skip(Asn1PerDecodeBuffer, long, long) - Static method in class com.objsys.asn1j.runtime.Asn1BitString
This method skips a sized ASN.1 bit string value using the packed encoding rules (PER).
skip(long) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method will skip over the requested number of bytes in the input stream.
skip(long) - Method in class com.objsys.asn1j.runtime.Asn1DerInputStream
This method will skip over the requested number of bytes in the input stream.
skip(long) - Method in interface com.objsys.asn1j.runtime.Asn1InputStream
This method will skip over the requested number of bytes in the input stream.
skip(Asn1PerDecodeBuffer) - Static method in class com.objsys.asn1j.runtime.Asn1Integer
This method skips an unconstrained ASN.1 integer value using the Packed Encoding Rules (PER).
skip(Asn1PerDecodeBuffer, long, long) - Static method in class com.objsys.asn1j.runtime.Asn1Integer
This method skips a constrained ASN.1 integer value using the Packed Encoding Rules (PER).
skip(Asn1PerDecodeBuffer) - Static method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method skips an ASN.1 object identifier value using the packed encoding rules (PER).
skip(Asn1PerDecodeBuffer) - Static method in class com.objsys.asn1j.runtime.Asn1OctetString
This method skips an ASN.1 octet string value using the packed encoding rules (PER).
skip(Asn1PerDecodeBuffer, long, long) - Static method in class com.objsys.asn1j.runtime.Asn1OctetString
This method skips a sized ASN.1 octet string value using the packed encoding rules (PER).
skip(long) - Method in class com.objsys.asn1j.runtime.Asn1PerInputStream
This method will skip over the requested number of bytes in the input stream.
skip(Asn1PerDecodeBuffer) - Static method in class com.objsys.asn1j.runtime.Asn1Real
This method skips a REAL value using the Packed Encoding Rules (PER).
skip(Asn1PerDecodeBuffer) - Static method in class com.objsys.asn1j.runtime.Asn1Real10
This method skips a REAL value using the Packed Encoding Rules (PER).
skip(Asn1PerDecodeBuffer) - Static method in class com.objsys.asn1j.runtime.Asn1RelativeOID
This method skips an ASN.1 relative object identifier value using the packed encoding rules (PER).
skipBits(long) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBitBuffer
Skip the given number of bits.
skipJsonValue() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Read past any leading whitespace and the next JSON value from the input.
skipOIDContents(int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method skips the contents of an ASN.1 object identifier value.
skipRelOIDContents(int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method skips past the contents of an ASN.1 relative object identifier value.
skipTLV() - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method skips a TLV (tag, length, value) in the encoding.
skipToContainerEnd() - Method in class com.objsys.asn1j.runtime.Asn1NasDecodeBuffer
Skip all bits, up to and including the last bit of the container from the top of the container stack.
skipWhitespace() - Method in class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
Skip (read past) all whitespace on input until there is no more input or a nonwhitespace character is the next character of input.
splitOnWhitespace(String) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Split a string around whitespace characters.
startElement(Asn1Tag, int, byte[]) - Method in class com.objsys.asn1j.runtime.Asn1BerMessageDumpHandler
This method is invoked after each tag/length value is parsed in the message being dumped.
startElement(String, int) - Method in class com.objsys.asn1j.runtime.Asn1ElementTracker
 
startElement(String, int) - Method in class com.objsys.asn1j.runtime.Asn1NamedEventDispatcher
 
startElement(String, int) - Method in interface com.objsys.asn1j.runtime.Asn1NamedEventHandler
The startElement callback method is invoked when the start of an element within a constructed type (SEQUENCE, SET, SEQUENCE OF, SET OF, or CHOICE) is encountered.
startElement(String, String, String, Attributes) - Method in class com.objsys.asn1j.runtime.Asn1OpenType.SaxHandler
 
startElement(Asn1Tag, int, byte[]) - Method in interface com.objsys.asn1j.runtime.Asn1TaggedEventHandler
The startElement callback method is invoked when the start of any tagged element is parsed.
startElement(String, int) - Method in class com.objsys.asn1j.runtime.Asn1TraceHandler
The startElement callback method is invoked when the start of an element within a constructed type (SEQUENCE, SET, SEQUENCE OF, SET OF, or CHOICE) is encountered.
startElement(String, String, String, Attributes) - Method in class com.objsys.asn1j.runtime.Asn1XmlAnyElem.XsdAnySaxHandler
 
startElement(String, String, String, Attributes) - Method in class com.objsys.asn1j.runtime.Asn1XmlSaxSimpleType
 
stringEqualsBytes(String, byte[]) - Static method in class com.objsys.asn1j.runtime.Asn1Value
This static method parses the given ASN.1 value text (either a binary or hex data string) and compares it with the given byte array.
stringEqualsBytes(String, byte[], int) - Static method in class com.objsys.asn1j.runtime.Asn1Value
This static method parses the given ASN.1 value text (either a binary or hex data string) and compares it with the given byte array.
stringToBCD(String) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Translates an ASCII string to a BCD string.
stringToPLMNidentity(String, String) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Translates ASCII Strings for MCC and MNC to a PLMNidentity.
stringToTBCD(String) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Translates an ASCII String to a TBCD String.
stripWhitespace(String) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Return the given string with all whitespace characters removed.
suspendEncoding() - Method in class com.objsys.asn1j.runtime.Base64.OutputStream
Suspends encoding of the stream.
A B C D E F G H I J L M N O P R S T U V W X Y Z _ 
Skip navigation links