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

S

selectedIdentifier() - Method in class jp.bitmeister.asn1.type.SelectiveType
Returns the identifier of selected alternative.
selectedTag() - Method in class jp.bitmeister.asn1.type.SelectiveType
Returns the ASN.1 tag of selected alternative.
selectedValue() - Method in class jp.bitmeister.asn1.type.SelectiveType
Returns the ASN.1 data of selected alternative.
SelectiveType - Class in jp.bitmeister.asn1.type
The base class for structured types defined by referencing a list of distinct ASN.1 types.
SelectiveType() - Constructor for class jp.bitmeister.asn1.type.SelectiveType
Instantiates an empty SelectiveType.
SelectiveType(ASN1Type) - Constructor for class jp.bitmeister.asn1.type.SelectiveType
Instantiates a SelectiveType and initialize it with the parameter.
SelectiveType(ASN1TagClass, int, ASN1Type) - Constructor for class jp.bitmeister.asn1.type.SelectiveType
Instantiates a SelectiveType and initialize it with parameters.
SEQUENCE - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'SEQUENCE' type.
SEQUENCE() - Constructor for class jp.bitmeister.asn1.type.builtin.SEQUENCE
 
SEQUENCE_OF<T extends ASN1Type> - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'SEQUENCE OF' type.
SEQUENCE_OF(Class<T>) - Constructor for class jp.bitmeister.asn1.type.builtin.SEQUENCE_OF
Instantiate an empty SEQUENCE_OF.
set(StringItem) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Sets the StringItem value to this data.
set(int...) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Sets true to bits specified by index numbers.
set(String) - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
Sets true to bits specified by the name of bit.
set(BigInteger) - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
 
set(long) - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
Sets the long value to this data.
set(String) - Method in class jp.bitmeister.asn1.type.builtin.INTEGER
Sets the value specified by the name of number to this data.
set(int...) - Method in class jp.bitmeister.asn1.type.builtin.OBJECT_IDENTIFIER
Sets the array of int to the data.
set(StringItem) - Method in class jp.bitmeister.asn1.type.builtin.OCTET_STRING
Sets the StringItem value to the instance.
set(Float) - Method in class jp.bitmeister.asn1.type.builtin.REAL
Sets the Float value to the instance.
set(long, int, int) - Method in class jp.bitmeister.asn1.type.builtin.REAL
Sets the value specified by the M*B^E formula to the instance.
SET - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'SET' type.
SET() - Constructor for class jp.bitmeister.asn1.type.builtin.SET
 
set(NamedTypeSpecification, ASN1Type) - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
set(String, ASN1Type) - Method in class jp.bitmeister.asn1.type.ConstructiveType
 
set(T) - Method in class jp.bitmeister.asn1.type.PrimitiveType
Sets the value to this data.
set(NamedTypeSpecification, ASN1Type) - Method in class jp.bitmeister.asn1.type.SelectiveType
 
set(String, ASN1Type) - Method in class jp.bitmeister.asn1.type.SelectiveType
 
set(String) - Method in class jp.bitmeister.asn1.type.StringType
Set the String to this instance.
set(NamedTypeSpecification, ASN1Type) - Method in class jp.bitmeister.asn1.type.StructuredType
Sets the ASN.1 data to the element specified by the NamedTypeSpecification of this instance.
set(String, ASN1Type) - Method in class jp.bitmeister.asn1.type.StructuredType
Sets the ASN.1 data to the element specified by the identifier of this instance.
set(Date) - Method in class jp.bitmeister.asn1.type.TimeType
Converts the Date object to a formatted String that represents date and time, and set it to this instance.
set(byte[]) - Method in class jp.bitmeister.asn1.type.UnknownType
Set contents octets.
SET_OF<T extends ASN1Type> - Class in jp.bitmeister.asn1.type.builtin
Represents ASN.1 'SET OF' type.
SET_OF(Class<T>) - Constructor for class jp.bitmeister.asn1.type.builtin.SET_OF
Instantiate an empty SET_OF.
setBinaryEncoding() - Method in class jp.bitmeister.asn1.type.builtin.REAL
Sets binary encoding mode.
setDecimalEncoding() - Method in class jp.bitmeister.asn1.type.builtin.REAL
Sets decimal encoding mode.
setMessage(String, Throwable, Class<? extends ASN1Type>, String, ASN1Type) - Method in exception jp.bitmeister.asn1.exception.ASN1Exception
Set detailed message of this exception.
setMessage(String, Throwable, Class<? extends ASN1Type>, String, ASN1Type) - Method in exception jp.bitmeister.asn1.exception.ASN1RuntimeException
Set detailed message of this exception.
single_ASN1_type - Variable in class jp.bitmeister.asn1.type.useful.EXTERNAL.Encoding
'single-ASN1-type' field;
size() - Method in class jp.bitmeister.asn1.type.builtin.BIT_STRING
 
size() - Method in class jp.bitmeister.asn1.type.builtin.OCTET_STRING
 
size() - Method in class jp.bitmeister.asn1.type.CollectionType
 
size() - Method in interface jp.bitmeister.asn1.type.SizeCountable
Returns the measured size of this instance.
SizeCountable - Interface in jp.bitmeister.asn1.type
A class implements this interface indicates that the type has size that can be mearuserd.
specification() - Method in class jp.bitmeister.asn1.type.ASN1Type
Returns a TypeSpecification instance that associated to this ASN.1 type.
string() - Method in class jp.bitmeister.asn1.value.BinString
Returns the string value of this bString.
string() - Method in class jp.bitmeister.asn1.value.HexString
Returns the string value of this hString.
string() - Method in interface jp.bitmeister.asn1.value.StringItem
Returns the string value of this item.
stringBuilder - Static variable in class jp.bitmeister.asn1.type.ASN1Type
An ASN1Processor that returns a String, is used in the toString() method.
StringItem - Interface in jp.bitmeister.asn1.value
The interface for ASN.1 string items.
StringType - Class in jp.bitmeister.asn1.type
The base class for character string types.
StringType() - Constructor for class jp.bitmeister.asn1.type.StringType
 
stringValue() - Method in class jp.bitmeister.asn1.type.StringType
Converts the array of byte value of this instance to a String and returns it.
StructuredType - Class in jp.bitmeister.asn1.type
The base type for structured types.
StructuredType() - Constructor for class jp.bitmeister.asn1.type.StructuredType
 
syntax - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
'syntax' field.
syntaxes - Variable in class jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
'syntaxes' field.

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