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

A

add(T) - Method in interface ch.panter.li.bi.asn.api.ListValue
 
add(int, T) - Method in interface ch.panter.li.bi.asn.api.ListValue
 
add(String) - Method in class ch.panter.li.bi.asn.api.ValidationInfoImpl
 
add(AsnConstraint) - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
add(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnModuleImpl
 
add(AsnModule) - Method in class ch.panter.li.bi.asn.model.AsnSyntaxImpl
 
add(AsnConstraint) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
add(AsnField) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
add(T) - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
add(int, T) - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
addComponent(AsnIntegralNumber) - Method in interface ch.panter.li.bi.asn.api.OIDValue
 
addComponent(int) - Method in interface ch.panter.li.bi.asn.api.OIDValue
 
addComponent(AsnIntegralNumber) - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
addComponent(int) - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
addDecodingListener(AsnBerDecodingListener) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Adds a listener to be notified of events when parsing with this context.
addDecodingListener(AsnBerDecodingListener) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
addHashCode(int, int) - Static method in class ch.panter.li.bi.util.HashCodeTool
Adds the computed hash code of the given object to the given precomputed hash code according to the spec for lists.
addHashCode(int, boolean) - Static method in class ch.panter.li.bi.util.HashCodeTool
Adds the computed hash code of the given object to the given precomputed hash code according to the spec for lists.
addHashCode(int, long) - Static method in class ch.panter.li.bi.util.HashCodeTool
Adds the computed hash code of the given object to the given precomputed hash code according to the spec for lists.
addHashCode(int, double) - Static method in class ch.panter.li.bi.util.HashCodeTool
Adds the computed hash code of the given object to the given precomputed hash code according to the spec for lists.
addHashCode(int, float) - Static method in class ch.panter.li.bi.util.HashCodeTool
Adds the computed hash code of the given object to the given precomputed hash code according to the spec for lists.
addHashCode(int, short) - Static method in class ch.panter.li.bi.util.HashCodeTool
Adds the computed hash code of the given object to the given precomputed hash code according to the spec for lists.
addHashCode(int, char) - Static method in class ch.panter.li.bi.util.HashCodeTool
Adds the computed hash code of the given object to the given precomputed hash code according to the spec for lists.
addHashCode(int, byte) - Static method in class ch.panter.li.bi.util.HashCodeTool
Adds the computed hash code of the given object to the given precomputed hash code according to the spec for lists.
addHashCode(int, Object) - Static method in class ch.panter.li.bi.util.HashCodeTool
Adds the computed hash code of the given object to the given precomputed hash code according to the spec for lists.
addNewItem() - Method in interface ch.panter.li.bi.asn.api.ListValue
 
addNewItem(int) - Method in interface ch.panter.li.bi.asn.api.ListValue
 
addNewItem() - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
addNewItem(int) - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
areEqual(Object, Object) - Static method in class ch.panter.li.bi.util.CompareTool
Determines whether the two objects are equal, safe to call with any combination of null arguments.
ArgumentTool - Class in ch.panter.li.bi.util
 
ArrayTool - Class in ch.panter.li.bi.util
 
AsnBerConstants - Class in ch.panter.li.bi.asn.ber
 
AsnBerDecoder - Interface in ch.panter.li.bi.asn.ber
 
AsnBerDecoderImpl - Class in ch.panter.li.bi.asn.ber
 
AsnBerDecoderImpl() - Constructor for class ch.panter.li.bi.asn.ber.AsnBerDecoderImpl
 
AsnBerDecoderImpl(AsnValueFactory) - Constructor for class ch.panter.li.bi.asn.ber.AsnBerDecoderImpl
 
AsnBerDecoderImpl(AsnSyntax, AsnValueFactory) - Constructor for class ch.panter.li.bi.asn.ber.AsnBerDecoderImpl
 
AsnBerDecodingAdapter - Class in ch.panter.li.bi.asn.ber
 
AsnBerDecodingAdapter() - Constructor for class ch.panter.li.bi.asn.ber.AsnBerDecodingAdapter
 
AsnBerDecodingContext - Interface in ch.panter.li.bi.asn.ber
 
AsnBerDecodingContextImpl - Class in ch.panter.li.bi.asn.ber
 
AsnBerDecodingContextImpl(AsnSyntax, AsnBerInputStream) - Constructor for class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
AsnBerDecodingContextInfo - Interface in ch.panter.li.bi.asn.ber
 
AsnBerDecodingListener - Interface in ch.panter.li.bi.asn.ber
 
AsnBerDecodingTracer - Class in ch.panter.li.bi.asn.ber
 
AsnBerDecodingTracer() - Constructor for class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
AsnBerDecodingTracer(OutputStream) - Constructor for class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
AsnBerDecodingTracer(PrintStream) - Constructor for class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
AsnBerEncoder - Interface in ch.panter.li.bi.asn.ber
 
AsnBerEncoderImpl - Class in ch.panter.li.bi.asn.ber
 
AsnBerEncoderImpl() - Constructor for class ch.panter.li.bi.asn.ber.AsnBerEncoderImpl
 
AsnBerException - Exception in ch.panter.li.bi.asn.ber
The base for ASN.1 BER-encoding related exceptions.
AsnBerException(long) - Constructor for exception ch.panter.li.bi.asn.ber.AsnBerException
Creates a new instance without message
AsnBerException(long, String) - Constructor for exception ch.panter.li.bi.asn.ber.AsnBerException
Creates a new instance with the given message
AsnBerException(long, Throwable) - Constructor for exception ch.panter.li.bi.asn.ber.AsnBerException
Creates a new instance without message and with the given causing throwable.
AsnBerException(long, String, Throwable) - Constructor for exception ch.panter.li.bi.asn.ber.AsnBerException
Creates a new instance with the given message and causing throwable.
AsnBerInputStream - Class in ch.panter.li.bi.asn.ber
An InputStream that provides special utility functionality to decode an ASN.1 BER-encoded message.
AsnBerInputStream(InputStream) - Constructor for class ch.panter.li.bi.asn.ber.AsnBerInputStream
Creates a new instance which will read from the given input stream.
AsnBerNode - Interface in ch.panter.li.bi.asn.ber
 
AsnBerNodeImpl - Class in ch.panter.li.bi.asn.ber
 
AsnBerNodeImpl(long, AsnTag, AsnBerTagLength, long, AsnValue) - Constructor for class ch.panter.li.bi.asn.ber.AsnBerNodeImpl
 
AsnBerNodeInfo - Interface in ch.panter.li.bi.asn.ber
 
AsnBerNodeInfoImpl - Class in ch.panter.li.bi.asn.ber
 
AsnBerNodeInfoImpl(long, AsnTag, AsnBerTagLength, long) - Constructor for class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
AsnBerStructureBuilder - Class in ch.panter.li.bi.asn.ber
 
AsnBerStructureBuilder() - Constructor for class ch.panter.li.bi.asn.ber.AsnBerStructureBuilder
 
AsnBerTagLength - Interface in ch.panter.li.bi.asn.ber
 
AsnBerTagLengthImpl - Class in ch.panter.li.bi.asn.ber
 
AsnBerTagLengthImpl() - Constructor for class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
AsnBerTagLengthImpl(boolean, int) - Constructor for class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
AsnBitString - Class in ch.panter.li.bi.asn.value
 
AsnBitString() - Constructor for class ch.panter.li.bi.asn.value.AsnBitString
 
AsnBitString(byte[]) - Constructor for class ch.panter.li.bi.asn.value.AsnBitString
 
AsnBitString(byte[], int) - Constructor for class ch.panter.li.bi.asn.value.AsnBitString
 
AsnBitString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnBitString
 
AsnBitString(AsnBitString) - Constructor for class ch.panter.li.bi.asn.value.AsnBitString
 
AsnBMPString - Class in ch.panter.li.bi.asn.value
 
AsnBMPString() - Constructor for class ch.panter.li.bi.asn.value.AsnBMPString
 
AsnBMPString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnBMPString
 
AsnBMPString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnBMPString
 
AsnBMPString(AsnBMPString) - Constructor for class ch.panter.li.bi.asn.value.AsnBMPString
 
AsnBoolean - Class in ch.panter.li.bi.asn.value
 
AsnBoolean() - Constructor for class ch.panter.li.bi.asn.value.AsnBoolean
 
AsnBoolean(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnBoolean
 
AsnBoolean(AsnBoolean) - Constructor for class ch.panter.li.bi.asn.value.AsnBoolean
 
AsnByteArrayValueBase - Class in ch.panter.li.bi.asn.value
 
AsnByteArrayValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnByteArrayValueBase
 
AsnByteArrayValueBase(AsnByteArrayValueBase) - Constructor for class ch.panter.li.bi.asn.value.AsnByteArrayValueBase
 
AsnCharacterString - Class in ch.panter.li.bi.asn.value
 
AsnCharacterString() - Constructor for class ch.panter.li.bi.asn.value.AsnCharacterString
 
AsnCharacterString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnCharacterString
 
AsnCharacterString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnCharacterString
 
AsnCharacterString(AsnCharacterString) - Constructor for class ch.panter.li.bi.asn.value.AsnCharacterString
 
AsnChoice - Class in ch.panter.li.bi.asn.value
 
AsnChoice() - Constructor for class ch.panter.li.bi.asn.value.AsnChoice
 
AsnChoice(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnChoice
 
AsnChoice(AsnChoice) - Constructor for class ch.panter.li.bi.asn.value.AsnChoice
 
AsnComplexValueBase - Class in ch.panter.li.bi.asn.value
 
AsnComplexValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnComplexValueBase
 
AsnComplexValueBase(AsnComplexValueBase) - Constructor for class ch.panter.li.bi.asn.value.AsnComplexValueBase
 
AsnConstraint - Interface in ch.panter.li.bi.asn.model
 
AsnConstraintBase - Class in ch.panter.li.bi.asn.model
 
AsnConstraintBase() - Constructor for class ch.panter.li.bi.asn.model.AsnConstraintBase
 
AsnConstraintEnum - Class in ch.panter.li.bi.asn.model
 
AsnConstraintEnum(AsnEnumValue...) - Constructor for class ch.panter.li.bi.asn.model.AsnConstraintEnum
 
AsnConstraintOID - Class in ch.panter.li.bi.asn.model
 
AsnConstraintOID() - Constructor for class ch.panter.li.bi.asn.model.AsnConstraintOID
 
AsnConstraintRange - Class in ch.panter.li.bi.asn.model
 
AsnConstraintRange(long) - Constructor for class ch.panter.li.bi.asn.model.AsnConstraintRange
 
AsnConstraintRange(long, long) - Constructor for class ch.panter.li.bi.asn.model.AsnConstraintRange
 
AsnConstraintSign - Class in ch.panter.li.bi.asn.model
 
AsnConstraintSize - Class in ch.panter.li.bi.asn.model
 
AsnConstraintSize(long) - Constructor for class ch.panter.li.bi.asn.model.AsnConstraintSize
 
AsnConstraintSize(long, long) - Constructor for class ch.panter.li.bi.asn.model.AsnConstraintSize
 
AsnConstraintStructure - Class in ch.panter.li.bi.asn.model
 
AsnConstraintStructure() - Constructor for class ch.panter.li.bi.asn.model.AsnConstraintStructure
 
AsnConstraintType - Class in ch.panter.li.bi.asn.model
 
AsnConstraintType(AsnType) - Constructor for class ch.panter.li.bi.asn.model.AsnConstraintType
 
AsnContainerValueBase - Class in ch.panter.li.bi.asn.value
 
AsnContainerValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
AsnContainerValueBase(AsnContainerValueBase) - Constructor for class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
AsnDecodingContextInfo - Interface in ch.panter.li.bi.asn
 
AsnEmbeddedPdv - Class in ch.panter.li.bi.asn.value
 
AsnEmbeddedPdv() - Constructor for class ch.panter.li.bi.asn.value.AsnEmbeddedPdv
 
AsnEmbeddedPdv(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnEmbeddedPdv
 
AsnEmbeddedPdv(AsnEmbeddedPdv) - Constructor for class ch.panter.li.bi.asn.value.AsnEmbeddedPdv
 
AsnEndOfIndefiniteLengthContent - Class in ch.panter.li.bi.asn.value
 
AsnEndOfIndefiniteLengthContent() - Constructor for class ch.panter.li.bi.asn.value.AsnEndOfIndefiniteLengthContent
 
AsnEndOfIndefiniteLengthContent(AsnEndOfIndefiniteLengthContent) - Constructor for class ch.panter.li.bi.asn.value.AsnEndOfIndefiniteLengthContent
 
AsnEnumerated - Class in ch.panter.li.bi.asn.value
 
AsnEnumerated() - Constructor for class ch.panter.li.bi.asn.value.AsnEnumerated
 
AsnEnumerated(Byte) - Constructor for class ch.panter.li.bi.asn.value.AsnEnumerated
 
AsnEnumerated(Short) - Constructor for class ch.panter.li.bi.asn.value.AsnEnumerated
 
AsnEnumerated(Integer) - Constructor for class ch.panter.li.bi.asn.value.AsnEnumerated
 
AsnEnumerated(Long) - Constructor for class ch.panter.li.bi.asn.value.AsnEnumerated
 
AsnEnumerated(BigInteger) - Constructor for class ch.panter.li.bi.asn.value.AsnEnumerated
 
AsnEnumerated(IntegralValue) - Constructor for class ch.panter.li.bi.asn.value.AsnEnumerated
 
AsnEnumerated(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnEnumerated
 
AsnEnumerated(AsnEnumerated) - Constructor for class ch.panter.li.bi.asn.value.AsnEnumerated
 
AsnEnumValue - Class in ch.panter.li.bi.asn.model
 
AsnEnumValue(String, int) - Constructor for class ch.panter.li.bi.asn.model.AsnEnumValue
 
AsnEnumValue(String, AsnIntegralNumber) - Constructor for class ch.panter.li.bi.asn.model.AsnEnumValue
 
AsnException - Exception in ch.panter.li.bi.asn
The base for ASN.1 related exceptions.
AsnException() - Constructor for exception ch.panter.li.bi.asn.AsnException
Creates a new instance without message
AsnException(String) - Constructor for exception ch.panter.li.bi.asn.AsnException
Creates a new instance with the given message
AsnException(Throwable) - Constructor for exception ch.panter.li.bi.asn.AsnException
Creates a new instance without message and with the given causing throwable.
AsnException(String, Throwable) - Constructor for exception ch.panter.li.bi.asn.AsnException
Creates a new instance with the given message and causing throwable.
AsnExternal - Class in ch.panter.li.bi.asn.value
 
AsnExternal() - Constructor for class ch.panter.li.bi.asn.value.AsnExternal
 
AsnExternal(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnExternal
 
AsnExternal(AsnExternal) - Constructor for class ch.panter.li.bi.asn.value.AsnExternal
 
AsnField - Interface in ch.panter.li.bi.asn.model
 
AsnFieldImpl - Class in ch.panter.li.bi.asn.model
 
AsnFieldImpl(String, AsnType) - Constructor for class ch.panter.li.bi.asn.model.AsnFieldImpl
 
AsnFieldImpl(String, AsnTag, AsnType) - Constructor for class ch.panter.li.bi.asn.model.AsnFieldImpl
 
AsnGeneralizedTime - Class in ch.panter.li.bi.asn.value
 
AsnGeneralizedTime() - Constructor for class ch.panter.li.bi.asn.value.AsnGeneralizedTime
 
AsnGeneralizedTime(Date) - Constructor for class ch.panter.li.bi.asn.value.AsnGeneralizedTime
 
AsnGeneralizedTime(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnGeneralizedTime
 
AsnGeneralizedTime(AsnGeneralizedTime) - Constructor for class ch.panter.li.bi.asn.value.AsnGeneralizedTime
 
AsnGeneralString - Class in ch.panter.li.bi.asn.value
 
AsnGeneralString() - Constructor for class ch.panter.li.bi.asn.value.AsnGeneralString
 
AsnGeneralString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnGeneralString
 
AsnGeneralString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnGeneralString
 
AsnGeneralString(AsnGeneralString) - Constructor for class ch.panter.li.bi.asn.value.AsnGeneralString
 
AsnGraphicString - Class in ch.panter.li.bi.asn.value
 
AsnGraphicString() - Constructor for class ch.panter.li.bi.asn.value.AsnGraphicString
 
AsnGraphicString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnGraphicString
 
AsnGraphicString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnGraphicString
 
AsnGraphicString(AsnGraphicString) - Constructor for class ch.panter.li.bi.asn.value.AsnGraphicString
 
AsnIA5String - Class in ch.panter.li.bi.asn.value
 
AsnIA5String() - Constructor for class ch.panter.li.bi.asn.value.AsnIA5String
 
AsnIA5String(String) - Constructor for class ch.panter.li.bi.asn.value.AsnIA5String
 
AsnIA5String(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnIA5String
 
AsnIA5String(AsnIA5String) - Constructor for class ch.panter.li.bi.asn.value.AsnIA5String
 
AsnInteger - Class in ch.panter.li.bi.asn.value
 
AsnInteger() - Constructor for class ch.panter.li.bi.asn.value.AsnInteger
 
AsnInteger(Byte) - Constructor for class ch.panter.li.bi.asn.value.AsnInteger
 
AsnInteger(Short) - Constructor for class ch.panter.li.bi.asn.value.AsnInteger
 
AsnInteger(Integer) - Constructor for class ch.panter.li.bi.asn.value.AsnInteger
 
AsnInteger(Long) - Constructor for class ch.panter.li.bi.asn.value.AsnInteger
 
AsnInteger(BigInteger) - Constructor for class ch.panter.li.bi.asn.value.AsnInteger
 
AsnInteger(IntegralValue) - Constructor for class ch.panter.li.bi.asn.value.AsnInteger
 
AsnInteger(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnInteger
 
AsnInteger(AsnInteger) - Constructor for class ch.panter.li.bi.asn.value.AsnInteger
 
AsnIntegralNumber - Interface in ch.panter.li.bi.asn
 
AsnIntegralNumberImpl - Class in ch.panter.li.bi.asn
 
AsnIntegralNumberImpl() - Constructor for class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
AsnIntegralNumberImpl(int) - Constructor for class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
AsnIntegralNumberImpl(long) - Constructor for class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
AsnIntegralNumberImpl(BigInteger) - Constructor for class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
AsnIntegralNumberImpl(AsnIntegralNumber) - Constructor for class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
AsnIntegralNumberValueBase - Class in ch.panter.li.bi.asn.value
 
AsnIntegralNumberValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
AsnIntegralNumberValueBase(AsnIntegralNumberValueBase) - Constructor for class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
AsnInternalException - Exception in ch.panter.li.bi.asn
The base for internal library exceptions.
AsnInternalException() - Constructor for exception ch.panter.li.bi.asn.AsnInternalException
Creates a new instance without message
AsnInternalException(String) - Constructor for exception ch.panter.li.bi.asn.AsnInternalException
Creates a new instance with the given message
AsnInternalException(Throwable) - Constructor for exception ch.panter.li.bi.asn.AsnInternalException
Creates a new instance without message and with the given causing throwable.
AsnInternalException(String, Throwable) - Constructor for exception ch.panter.li.bi.asn.AsnInternalException
Creates a new instance with the given message and causing throwable.
AsnMisuseException - Exception in ch.panter.li.bi.asn
The exception thrown when the asn library is used the wrong way.
AsnMisuseException() - Constructor for exception ch.panter.li.bi.asn.AsnMisuseException
Creates a new instance without message
AsnMisuseException(String) - Constructor for exception ch.panter.li.bi.asn.AsnMisuseException
Creates a new instance with the given message
AsnMisuseException(Throwable) - Constructor for exception ch.panter.li.bi.asn.AsnMisuseException
Creates a new instance without message and with the given causing throwable.
AsnMisuseException(String, Throwable) - Constructor for exception ch.panter.li.bi.asn.AsnMisuseException
Creates a new instance with the given message and causing throwable.
AsnModule - Interface in ch.panter.li.bi.asn.model
 
AsnModuleImpl - Class in ch.panter.li.bi.asn.model
 
AsnModuleImpl(String) - Constructor for class ch.panter.li.bi.asn.model.AsnModuleImpl
 
AsnModules - Class in ch.panter.li.bi.asn.model
 
AsnNull - Class in ch.panter.li.bi.asn.value
 
AsnNull() - Constructor for class ch.panter.li.bi.asn.value.AsnNull
 
AsnNull(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnNull
 
AsnNull(AsnNull) - Constructor for class ch.panter.li.bi.asn.value.AsnNull
 
AsnNumericString - Class in ch.panter.li.bi.asn.value
 
AsnNumericString() - Constructor for class ch.panter.li.bi.asn.value.AsnNumericString
 
AsnNumericString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnNumericString
 
AsnNumericString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnNumericString
 
AsnNumericString(AsnNumericString) - Constructor for class ch.panter.li.bi.asn.value.AsnNumericString
 
AsnObjectDescriptor - Class in ch.panter.li.bi.asn.value
 
AsnObjectDescriptor() - Constructor for class ch.panter.li.bi.asn.value.AsnObjectDescriptor
 
AsnObjectDescriptor(String) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectDescriptor
 
AsnObjectDescriptor(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectDescriptor
 
AsnObjectDescriptor(AsnObjectDescriptor) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectDescriptor
 
AsnObjectIdentifier - Class in ch.panter.li.bi.asn.value
 
AsnObjectIdentifier() - Constructor for class ch.panter.li.bi.asn.value.AsnObjectIdentifier
 
AsnObjectIdentifier(ReadOnlyCollection<AsnIntegralNumber>) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectIdentifier
 
AsnObjectIdentifier(AsnIntegralNumber...) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectIdentifier
 
AsnObjectIdentifier(int...) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectIdentifier
 
AsnObjectIdentifier(String) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectIdentifier
 
AsnObjectIdentifier(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectIdentifier
 
AsnObjectIdentifier(AsnObjectIdentifier) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectIdentifier
 
AsnObjectValueBase - Class in ch.panter.li.bi.asn.value
 
AsnObjectValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectValueBase
 
AsnObjectValueBase(AsnObjectValueBase) - Constructor for class ch.panter.li.bi.asn.value.AsnObjectValueBase
 
AsnOctetString - Class in ch.panter.li.bi.asn.value
 
AsnOctetString() - Constructor for class ch.panter.li.bi.asn.value.AsnOctetString
 
AsnOctetString(byte[]) - Constructor for class ch.panter.li.bi.asn.value.AsnOctetString
 
AsnOctetString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnOctetString
 
AsnOctetString(AsnOctetString) - Constructor for class ch.panter.li.bi.asn.value.AsnOctetString
 
AsnOIDValueBase - Class in ch.panter.li.bi.asn.value
 
AsnOIDValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
AsnOIDValueBase(AsnOIDValueBase) - Constructor for class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
AsnPrintableString - Class in ch.panter.li.bi.asn.value
 
AsnPrintableString() - Constructor for class ch.panter.li.bi.asn.value.AsnPrintableString
 
AsnPrintableString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnPrintableString
 
AsnPrintableString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnPrintableString
 
AsnPrintableString(AsnPrintableString) - Constructor for class ch.panter.li.bi.asn.value.AsnPrintableString
 
AsnReal - Class in ch.panter.li.bi.asn.value
 
AsnReal() - Constructor for class ch.panter.li.bi.asn.value.AsnReal
 
AsnReal(Float) - Constructor for class ch.panter.li.bi.asn.value.AsnReal
 
AsnReal(Double) - Constructor for class ch.panter.li.bi.asn.value.AsnReal
 
AsnReal(BigDecimal) - Constructor for class ch.panter.li.bi.asn.value.AsnReal
 
AsnReal(DecimalValue) - Constructor for class ch.panter.li.bi.asn.value.AsnReal
 
AsnReal(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnReal
 
AsnReal(AsnReal) - Constructor for class ch.panter.li.bi.asn.value.AsnReal
 
AsnRelativeOID - Class in ch.panter.li.bi.asn.value
 
AsnRelativeOID() - Constructor for class ch.panter.li.bi.asn.value.AsnRelativeOID
 
AsnRelativeOID(ReadOnlyCollection<AsnIntegralNumber>) - Constructor for class ch.panter.li.bi.asn.value.AsnRelativeOID
 
AsnRelativeOID(AsnIntegralNumber...) - Constructor for class ch.panter.li.bi.asn.value.AsnRelativeOID
 
AsnRelativeOID(int...) - Constructor for class ch.panter.li.bi.asn.value.AsnRelativeOID
 
AsnRelativeOID(String) - Constructor for class ch.panter.li.bi.asn.value.AsnRelativeOID
 
AsnRelativeOID(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnRelativeOID
 
AsnRelativeOID(AsnRelativeOID) - Constructor for class ch.panter.li.bi.asn.value.AsnRelativeOID
 
AsnSequence - Class in ch.panter.li.bi.asn.value
 
AsnSequence() - Constructor for class ch.panter.li.bi.asn.value.AsnSequence
 
AsnSequence(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnSequence
 
AsnSequence(AsnSequence) - Constructor for class ch.panter.li.bi.asn.value.AsnSequence
 
AsnSequenceOf - Class in ch.panter.li.bi.asn.value
 
AsnSequenceOf() - Constructor for class ch.panter.li.bi.asn.value.AsnSequenceOf
 
AsnSequenceOf(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnSequenceOf
 
AsnSequenceOf(AsnSequenceOf) - Constructor for class ch.panter.li.bi.asn.value.AsnSequenceOf
 
AsnSequenceOfType<T> - Class in ch.panter.li.bi.asn.value
 
AsnSequenceOfType() - Constructor for class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
AsnSequenceOfType(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
AsnSequenceOfType(AsnSequenceOfType) - Constructor for class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
AsnSet - Class in ch.panter.li.bi.asn.value
 
AsnSet() - Constructor for class ch.panter.li.bi.asn.value.AsnSet
 
AsnSet(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnSet
 
AsnSet(AsnSet) - Constructor for class ch.panter.li.bi.asn.value.AsnSet
 
AsnSetOf - Class in ch.panter.li.bi.asn.value
 
AsnSetOf() - Constructor for class ch.panter.li.bi.asn.value.AsnSetOf
 
AsnSetOf(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnSetOf
 
AsnSetOf(AsnSetOf) - Constructor for class ch.panter.li.bi.asn.value.AsnSetOf
 
AsnSimpleValueBase - Class in ch.panter.li.bi.asn.value
 
AsnSimpleValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnSimpleValueBase
 
AsnSimpleValueBase(AsnSimpleValueBase) - Constructor for class ch.panter.li.bi.asn.value.AsnSimpleValueBase
 
AsnStringValueBase - Class in ch.panter.li.bi.asn.value
 
AsnStringValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnStringValueBase
 
AsnStringValueBase(AsnStringValueBase) - Constructor for class ch.panter.li.bi.asn.value.AsnStringValueBase
 
AsnSyntax - Interface in ch.panter.li.bi.asn.model
 
AsnSyntaxes - Class in ch.panter.li.bi.asn.model
 
AsnSyntaxImpl - Class in ch.panter.li.bi.asn.model
 
AsnSyntaxImpl() - Constructor for class ch.panter.li.bi.asn.model.AsnSyntaxImpl
 
AsnSyntaxImpl(AsnModule...) - Constructor for class ch.panter.li.bi.asn.model.AsnSyntaxImpl
 
AsnTag - Interface in ch.panter.li.bi.asn
 
AsnTagClass - Enum in ch.panter.li.bi.asn
 
AsnTagImpl - Class in ch.panter.li.bi.asn
 
AsnTagImpl() - Constructor for class ch.panter.li.bi.asn.AsnTagImpl
 
AsnTagImpl(AsnTagClass, AsnTagNature, int) - Constructor for class ch.panter.li.bi.asn.AsnTagImpl
 
AsnTagImpl(AsnTag) - Constructor for class ch.panter.li.bi.asn.AsnTagImpl
 
AsnTagImpl(AsnTagNature, int) - Constructor for class ch.panter.li.bi.asn.AsnTagImpl
 
AsnTagNature - Enum in ch.panter.li.bi.asn
 
AsnTagNumbers - Class in ch.panter.li.bi.asn
 
AsnTags - Class in ch.panter.li.bi.asn
 
AsnTeletexString - Class in ch.panter.li.bi.asn.value
 
AsnTeletexString() - Constructor for class ch.panter.li.bi.asn.value.AsnTeletexString
 
AsnTeletexString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnTeletexString
 
AsnTeletexString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnTeletexString
 
AsnTeletexString(AsnTeletexString) - Constructor for class ch.panter.li.bi.asn.value.AsnTeletexString
 
AsnTimeValueBase - Class in ch.panter.li.bi.asn.value
 
AsnTimeValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnTimeValueBase
 
AsnTimeValueBase(AsnTimeValueBase) - Constructor for class ch.panter.li.bi.asn.value.AsnTimeValueBase
 
AsnType - Interface in ch.panter.li.bi.asn.model
 
AsnTypeImpl - Class in ch.panter.li.bi.asn.model
 
AsnTypeImpl(boolean, String, AsnTag, boolean, AsnConstraint...) - Constructor for class ch.panter.li.bi.asn.model.AsnTypeImpl
 
AsnTypeImpl(boolean, String, AsnTag, boolean) - Constructor for class ch.panter.li.bi.asn.model.AsnTypeImpl
 
AsnTypeImpl(boolean, String, AsnTag, AsnModule, boolean) - Constructor for class ch.panter.li.bi.asn.model.AsnTypeImpl
 
AsnTypeImpl(AsnModuleImpl, AsnType, String) - Constructor for class ch.panter.li.bi.asn.model.AsnTypeImpl
 
AsnTypeImpl(AsnModuleImpl, AsnType, String, boolean) - Constructor for class ch.panter.li.bi.asn.model.AsnTypeImpl
 
AsnTypeImpl(AsnModuleImpl, AsnType, String, AsnTag) - Constructor for class ch.panter.li.bi.asn.model.AsnTypeImpl
 
AsnTypeImpl(AsnModuleImpl, AsnType, String, AsnTag, boolean) - Constructor for class ch.panter.li.bi.asn.model.AsnTypeImpl
 
AsnTypeNames - Class in ch.panter.li.bi.asn.model
 
AsnTypes - Class in ch.panter.li.bi.asn.model
 
AsnUniversalString - Class in ch.panter.li.bi.asn.value
 
AsnUniversalString() - Constructor for class ch.panter.li.bi.asn.value.AsnUniversalString
 
AsnUniversalString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnUniversalString
 
AsnUniversalString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnUniversalString
 
AsnUniversalString(AsnUniversalString) - Constructor for class ch.panter.li.bi.asn.value.AsnUniversalString
 
AsnUniversalTime - Class in ch.panter.li.bi.asn.value
 
AsnUniversalTime() - Constructor for class ch.panter.li.bi.asn.value.AsnUniversalTime
 
AsnUniversalTime(Date) - Constructor for class ch.panter.li.bi.asn.value.AsnUniversalTime
 
AsnUniversalTime(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnUniversalTime
 
AsnUniversalTime(AsnUniversalTime) - Constructor for class ch.panter.li.bi.asn.value.AsnUniversalTime
 
AsnUnknownExtension - Class in ch.panter.li.bi.asn.value
 
AsnUnknownExtension(AsnTag) - Constructor for class ch.panter.li.bi.asn.value.AsnUnknownExtension
 
AsnUnknownExtension(AsnUnknownExtension) - Constructor for class ch.panter.li.bi.asn.value.AsnUnknownExtension
 
AsnUnknownStructure - Class in ch.panter.li.bi.asn.value
 
AsnUnknownStructure(AsnTag) - Constructor for class ch.panter.li.bi.asn.value.AsnUnknownStructure
 
AsnUnknownStructure(AsnUnknownStructure) - Constructor for class ch.panter.li.bi.asn.value.AsnUnknownStructure
 
AsnUTF8String - Class in ch.panter.li.bi.asn.value
 
AsnUTF8String() - Constructor for class ch.panter.li.bi.asn.value.AsnUTF8String
 
AsnUTF8String(String) - Constructor for class ch.panter.li.bi.asn.value.AsnUTF8String
 
AsnUTF8String(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnUTF8String
 
AsnUTF8String(AsnUTF8String) - Constructor for class ch.panter.li.bi.asn.value.AsnUTF8String
 
AsnValue - Interface in ch.panter.li.bi.asn
 
AsnValueBase - Class in ch.panter.li.bi.asn
 
AsnValueBase(AsnType) - Constructor for class ch.panter.li.bi.asn.AsnValueBase
 
AsnValueBase(AsnValueBase) - Constructor for class ch.panter.li.bi.asn.AsnValueBase
 
AsnValueFactory - Interface in ch.panter.li.bi.asn
 
AsnValueFactoryBase - Class in ch.panter.li.bi.asn
 
AsnValueFactoryBase() - Constructor for class ch.panter.li.bi.asn.AsnValueFactoryBase
 
AsnVideotexString - Class in ch.panter.li.bi.asn.value
 
AsnVideotexString() - Constructor for class ch.panter.li.bi.asn.value.AsnVideotexString
 
AsnVideotexString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnVideotexString
 
AsnVideotexString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnVideotexString
 
AsnVideotexString(AsnVideotexString) - Constructor for class ch.panter.li.bi.asn.value.AsnVideotexString
 
AsnVisibleString - Class in ch.panter.li.bi.asn.value
 
AsnVisibleString() - Constructor for class ch.panter.li.bi.asn.value.AsnVisibleString
 
AsnVisibleString(String) - Constructor for class ch.panter.li.bi.asn.value.AsnVisibleString
 
AsnVisibleString(AsnType) - Constructor for class ch.panter.li.bi.asn.value.AsnVisibleString
 
AsnVisibleString(AsnVisibleString) - Constructor for class ch.panter.li.bi.asn.value.AsnVisibleString
 
assign(BinaryValue) - Method in interface ch.panter.li.bi.asn.api.BinaryValue
 
assign(BooleanValue) - Method in interface ch.panter.li.bi.asn.api.BooleanValue
 
assign(DecimalValue) - Method in interface ch.panter.li.bi.asn.api.DecimalValue
 
assign(IntegralValue) - Method in interface ch.panter.li.bi.asn.api.IntegralValue
 
assign(ListValue<T>) - Method in interface ch.panter.li.bi.asn.api.ListValue
 
assign(NullValue) - Method in interface ch.panter.li.bi.asn.api.NullValue
 
assign(OIDValue) - Method in interface ch.panter.li.bi.asn.api.OIDValue
 
assign(StringValue) - Method in interface ch.panter.li.bi.asn.api.StringValue
 
assign(TimeValue) - Method in interface ch.panter.li.bi.asn.api.TimeValue
 
assign(BinaryValue) - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
assign(BooleanValue) - Method in class ch.panter.li.bi.asn.value.AsnBoolean
 
assign(IntegralValue) - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
assign(NullValue) - Method in class ch.panter.li.bi.asn.value.AsnNull
 
assign(BinaryValue) - Method in class ch.panter.li.bi.asn.value.AsnOctetString
 
assign(OIDValue) - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
assign(DecimalValue) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
assign(ListValue<T>) - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
assign(StringValue) - Method in class ch.panter.li.bi.asn.value.AsnStringValueBase
 
assign(TimeValue) - Method in class ch.panter.li.bi.asn.value.AsnTimeValueBase
 

B

BinaryValue - Interface in ch.panter.li.bi.asn.api
 
BinaryValueInfo - Interface in ch.panter.li.bi.asn.api
 
BIT_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
BIT_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
BIT_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
BIT_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
BMPSTRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
BMPSTRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
BMPSTRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
BMPSTRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
BOOLEAN - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
BOOLEAN - Static variable in class ch.panter.li.bi.asn.AsnTags
 
BOOLEAN - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
BOOLEAN - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
BooleanValue - Interface in ch.panter.li.bi.asn.api
 
BooleanValueInfo - Interface in ch.panter.li.bi.asn.api
 

C

canValidate(AsnType) - Method in interface ch.panter.li.bi.asn.model.AsnConstraint
 
canValidate(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
castFromImplementation(AsnValue) - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
ch.panter.li.bi.asn - package ch.panter.li.bi.asn
 
ch.panter.li.bi.asn.api - package ch.panter.li.bi.asn.api
 
ch.panter.li.bi.asn.ber - package ch.panter.li.bi.asn.ber
 
ch.panter.li.bi.asn.model - package ch.panter.li.bi.asn.model
 
ch.panter.li.bi.asn.value - package ch.panter.li.bi.asn.value
 
ch.panter.li.bi.util - package ch.panter.li.bi.util
 
CHARACTER_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
CHARACTER_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
CHARACTER_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
CHARACTER_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
checkCompatible(AsnTag) - Method in interface ch.panter.li.bi.asn.model.AsnType
Determines the same check as isCompatible but throws in case of an incompatibility.
checkCompatible(AsnTag) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
checkTypeDerivedFrom(AsnType, AsnType) - Static method in class ch.panter.li.bi.asn.AsnValueBase
 
CHOICE - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
CHOICE - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
CHOICE_GENERIC_PLACEHOLDER - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
CHOICE_GENERIC_TAG - Static variable in class ch.panter.li.bi.asn.AsnTags
 
clear() - Method in interface ch.panter.li.bi.asn.api.ListValue
 
clear() - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
clear(byte, byte) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '0'.
clear(short, short) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '0'.
clear(char, char) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '0'.
clear(int, int) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '0'.
clear(long, long) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '0'.
clearAllComponents() - Method in interface ch.panter.li.bi.asn.api.OIDValue
 
clearAllComponents() - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
clearDecodedPDUs() - Method in class ch.panter.li.bi.asn.ber.AsnBerStructureBuilder
 
close() - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
Irrevocably closes this instance.
collectValidationInfo(ValidationInfoImpl) - Method in interface ch.panter.li.bi.asn.api.Validatable
 
collectValidationInfo(ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.AsnValueBase
 
compareTo(Object) - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
compareTo(Object) - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
CompareTool - Class in ch.panter.li.bi.util
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.AsnValueBase
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeImpl
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.model.AsnConstraintEnum
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.model.AsnConstraintRange
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.model.AsnConstraintSize
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.model.AsnConstraintType
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.model.AsnModuleImpl
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.value.AsnByteArrayValueBase
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.value.AsnObjectValueBase
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
computeHashCode(int) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
computeHashCode(int) - Method in class ch.panter.li.bi.util.NamedItemBase
 
contains(Object) - Method in interface ch.panter.li.bi.util.ReadOnlySet
Returns true if this set contains the specified element.
containsKey(String) - Method in class ch.panter.li.bi.util.NamedItemLinkedMap
 
containsKey(K) - Method in interface ch.panter.li.bi.util.ReadOnlyMap
determines whether the map contains an entry under the given key
containsKey(String) - Method in interface ch.panter.li.bi.util.ReadOnlyNamedItemMap
determines whether the map contains an entry under the given key
copyAsnValue() - Method in interface ch.panter.li.bi.asn.AsnValue
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnBMPString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnBoolean
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnCharacterString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnChoice
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnEmbeddedPdv
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnEndOfIndefiniteLengthContent
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnEnumerated
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnExternal
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnGeneralizedTime
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnGeneralString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnGraphicString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnIA5String
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnInteger
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnNull
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnNumericString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnObjectDescriptor
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnObjectIdentifier
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnOctetString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnPrintableString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnRelativeOID
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnSequence
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnSequenceOf
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnSet
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnSetOf
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnTeletexString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnUniversalString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnUniversalTime
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnUnknownExtension
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnUnknownStructure
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnUTF8String
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnVideotexString
 
copyAsnValue() - Method in class ch.panter.li.bi.asn.value.AsnVisibleString
 
copyValueObject() - Method in class ch.panter.li.bi.asn.value.AsnObjectValueBase
Provides a possibility for derivations to create a deep copy of the embedded value object if it isn't immutable.
copyValueObject() - Method in class ch.panter.li.bi.asn.value.AsnTimeValueBase
 
createContext(InputStream) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecoder
 
createContext(InputStream) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecoderImpl
 
createImplementation(T) - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
createUnknownType(AsnTag, boolean) - Static method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
createValue(AsnDecodingContextInfo, AsnTag) - Method in interface ch.panter.li.bi.asn.AsnValueFactory
 
createValue(AsnDecodingContextInfo, AsnTag) - Method in class ch.panter.li.bi.asn.AsnValueFactoryBase
 
createValueForTag(AsnDecodingContextInfo, AsnTag) - Method in class ch.panter.li.bi.asn.AsnValueFactoryBase
 

D

debug(Object) - Method in interface ch.panter.li.bi.util.Log
Log a message with debug log level.
debug(Object, Throwable) - Method in interface ch.panter.li.bi.util.Log
Log an error with debug log level.
debug(Object) - Method in class ch.panter.li.bi.util.SysoutLog
Log a message with debug log level.
debug(Object, Throwable) - Method in class ch.panter.li.bi.util.SysoutLog
Log an error with debug log level.
DecimalValue - Interface in ch.panter.li.bi.asn.api
 
DecimalValueInfo - Interface in ch.panter.li.bi.asn.api
 
deriveApplicationTag(int) - Method in interface ch.panter.li.bi.asn.model.AsnType
 
deriveApplicationTag(int) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
deriveContextTag(int) - Method in interface ch.panter.li.bi.asn.model.AsnType
 
deriveContextTag(int) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
derivePrivateTag(int) - Method in interface ch.panter.li.bi.asn.model.AsnType
 
derivePrivateTag(int) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
deriveTag(AsnTagClass, int) - Method in interface ch.panter.li.bi.asn.model.AsnType
 
deriveTag(AsnTagClass, int) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
doValidate(AsnValue, ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
doValidate(AsnValue, ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.model.AsnConstraintEnum
 
doValidate(AsnValue, ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.model.AsnConstraintOID
 
doValidate(AsnValue, ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.model.AsnConstraintRange
 
doValidate(AsnValue, ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
doValidate(AsnValue, ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.model.AsnConstraintSize
 
doValidate(AsnValue, ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.model.AsnConstraintStructure
 
doValidate(AsnValue, ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.model.AsnConstraintType
 
dump() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 

E

EMBEDDED_PDV - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
EMBEDDED_PDV - Static variable in class ch.panter.li.bi.asn.AsnTags
 
EMBEDDED_PDV - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
EMBEDDED_PDV - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
encode(AsnValue) - Method in interface ch.panter.li.bi.asn.ber.AsnBerEncoder
 
encode(AsnValue) - Method in class ch.panter.li.bi.asn.ber.AsnBerEncoderImpl
 
END_OF_INDEFINITE_LENGTH_CONTENT - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
END_OF_INDEFINITE_LENGTH_CONTENT - Static variable in class ch.panter.li.bi.asn.AsnTags
 
END_OF_INDEFINITE_LENGTH_CONTENT - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
END_OF_INDEFINITE_LENGTH_CONTENT - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
ensureItemExists(AsnTag, Class, int) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
ENUMERATED - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
ENUMERATED - Static variable in class ch.panter.li.bi.asn.AsnTags
 
ENUMERATED - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
ENUMERATED - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
equals(Object) - Method in class ch.panter.li.bi.asn.api.ValidationInfoImpl
 
equals(Object) - Method in class ch.panter.li.bi.asn.api.ValidationItemImpl
 
equals(Object) - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
equals(Object) - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
equals(Object) - Method in class ch.panter.li.bi.asn.AsnValueBase
 
equals(Object) - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
equals(Object) - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
equals(Object) - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
equals(Object) - Method in class ch.panter.li.bi.asn.model.AsnEnumValue
 
equals(Object) - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
equals(Object) - Method in class ch.panter.li.bi.asn.model.AsnSyntaxImpl
 
equals(Object) - Method in class ch.panter.li.bi.util.NamedItemBase
 
error(Object) - Method in interface ch.panter.li.bi.util.Log
Log a message with error log level.
error(Object, Throwable) - Method in interface ch.panter.li.bi.util.Log
Log an error with error log level.
error(Object) - Method in class ch.panter.li.bi.util.SysoutLog
Log a message with error log level.
error(Object, Throwable) - Method in class ch.panter.li.bi.util.SysoutLog
Log an error with error log level.
EXTERNAL - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
EXTERNAL - Static variable in class ch.panter.li.bi.asn.AsnTags
 
EXTERNAL - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
EXTERNAL - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 

F

fatal(Object) - Method in interface ch.panter.li.bi.util.Log
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface ch.panter.li.bi.util.Log
Log an error with fatal log level.
fatal(Object) - Method in class ch.panter.li.bi.util.SysoutLog
Log a message with fatal log level.
fatal(Object, Throwable) - Method in class ch.panter.li.bi.util.SysoutLog
Log an error with fatal log level.
FlagTool - Class in ch.panter.li.bi.util
Simplifies bit operations and makes them more readable.
FlagTool() - Constructor for class ch.panter.li.bi.util.FlagTool
 

G

GENERAL_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
GENERAL_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
GENERAL_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
GENERAL_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
GENERALIZED_TIME - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
GENERALIZED_TIME - Static variable in class ch.panter.li.bi.asn.AsnTags
 
GENERALIZED_TIME - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
GENERALIZED_TIME - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
GENERIC - Static variable in class ch.panter.li.bi.asn.model.AsnSyntaxes
 
get(int) - Method in interface ch.panter.li.bi.asn.api.ListValueInfo
 
get(int) - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
get(String) - Method in class ch.panter.li.bi.util.NamedItemLinkedMap
 
get(int) - Method in interface ch.panter.li.bi.util.ReadOnlyCollection
Positional access to an item in this collection.
get(K) - Method in interface ch.panter.li.bi.util.ReadOnlyMap
gets the object stored under the given key
get(String) - Method in interface ch.panter.li.bi.util.ReadOnlyNamedItemMap
gets the object stored under the given key
getBaseType() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
getBaseType() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
getBit(int) - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
getBitCount() - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
getBits() - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
getComponents() - Method in interface ch.panter.li.bi.asn.api.OIDValueInfo
 
getComponents() - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
getConstraints() - Method in interface ch.panter.li.bi.asn.model.AsnField
 
getConstraints() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
getConstraints() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
getConstraints() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
getContent() - Method in interface ch.panter.li.bi.asn.api.BinaryValueInfo
 
getContent() - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
getContent() - Method in class ch.panter.li.bi.asn.value.AsnOctetString
 
getContext() - Method in class ch.panter.li.bi.asn.api.ValidationInfoImpl
 
getContextDescriptor() - Method in interface ch.panter.li.bi.asn.AsnDecodingContextInfo
Provides convenient (and efficient) access to the current tag context in form of a string.
getContextDescriptor() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
getCurrentDecodingPosition() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
getCurrentDecodingPosition() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContextInfo
 
getCurrentPosition() - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
Gets the current position in the stream.
getData() - Method in class ch.panter.li.bi.asn.value.AsnByteArrayValueBase
 
getDataOffset() - Method in interface ch.panter.li.bi.asn.ber.AsnBerNodeInfo
 
getDataOffset() - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
getDecodedPDUs() - Method in class ch.panter.li.bi.asn.ber.AsnBerStructureBuilder
 
getDecodingListeners() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Access to the registered listeners.
getDecodingListeners() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
getDefaultValue() - Method in interface ch.panter.li.bi.asn.model.AsnField
 
getDefaultValue() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
getFieldByTag(AsnTag) - Method in interface ch.panter.li.bi.asn.model.AsnType
Searches the fields of this instance for one with a tag matching the given tag.
getFieldByTag(AsnTag) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
getFields() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
getFields() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
getFirst() - Method in class ch.panter.li.bi.util.Pair
Access to the first object of the pair.
getIndentDepth() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
getInfo() - Method in exception ch.panter.li.bi.asn.api.ValidationException
 
getInput() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
 
getInput() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
getItemByTag(AsnTag) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
getItemByTagAndClass(AsnTag, Class) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
getItems() - Method in interface ch.panter.li.bi.asn.api.ValidationInfo
 
getItems() - Method in class ch.panter.li.bi.asn.api.ValidationInfoImpl
 
getItems() - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
getKnownValues() - Method in class ch.panter.li.bi.asn.model.AsnConstraintEnum
 
getLastPDUInfo() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
getLastPDUInfo() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContextInfo
 
getLength() - Method in interface ch.panter.li.bi.asn.ber.AsnBerNodeInfo
 
getLength() - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
getLog(Class) - Static method in class ch.panter.li.bi.util.LogFactory
 
getMax() - Method in class ch.panter.li.bi.asn.model.AsnConstraintRange
 
getMax() - Method in class ch.panter.li.bi.asn.model.AsnConstraintSize
 
getMaximumPrimitiveValueSize() - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
getMessage() - Method in exception ch.panter.li.bi.asn.api.ValidationException
 
getMessage() - Method in interface ch.panter.li.bi.asn.api.ValidationItem
 
getMessage() - Method in class ch.panter.li.bi.asn.api.ValidationItemImpl
 
getMin() - Method in class ch.panter.li.bi.asn.model.AsnConstraintRange
 
getMin() - Method in class ch.panter.li.bi.asn.model.AsnConstraintSize
 
getModule() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
getModule() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
getModules() - Method in interface ch.panter.li.bi.asn.model.AsnSyntax
 
getModules() - Method in class ch.panter.li.bi.asn.model.AsnSyntaxImpl
 
getName() - Method in class ch.panter.li.bi.asn.model.AsnEnumValue
 
getName() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
getName() - Method in interface ch.panter.li.bi.util.NamedItem
 
getName() - Method in class ch.panter.li.bi.util.NamedItemBase
 
getOffset() - Method in exception ch.panter.li.bi.asn.ber.AsnBerException
Returns the offset in the BER stream where the error was detected.
getOffset() - Method in interface ch.panter.li.bi.asn.ber.AsnBerNodeInfo
 
getOffset() - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
getOpenTagNodes() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
getOpenTagNodes() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContextInfo
 
getOpenTags() - Method in interface ch.panter.li.bi.asn.AsnDecodingContextInfo
 
getOpenTags() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
getRequiredType() - Method in class ch.panter.li.bi.asn.model.AsnConstraintType
 
getRootType() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
getRootType() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
getSecond() - Method in class ch.panter.li.bi.util.Pair
Access to the second object of the pair.
getSyntax() - Method in interface ch.panter.li.bi.asn.AsnDecodingContextInfo
 
getSyntax() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecoder
 
getSyntax() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecoderImpl
 
getSyntax() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
getTag() - Method in interface ch.panter.li.bi.asn.AsnValue
 
getTag() - Method in class ch.panter.li.bi.asn.AsnValueBase
 
getTag() - Method in interface ch.panter.li.bi.asn.ber.AsnBerNodeInfo
 
getTag() - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
getTag() - Method in interface ch.panter.li.bi.asn.model.AsnField
 
getTag() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
getTag() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
getTag() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
getTagClass() - Method in interface ch.panter.li.bi.asn.AsnTag
 
getTagClass() - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
getTagLength() - Method in interface ch.panter.li.bi.asn.ber.AsnBerTagLength
The tag length of this instance as an abstract number (Integer, Long, BigInteger).
getTagLength() - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
getTagLengthAsInt() - Method in interface ch.panter.li.bi.asn.ber.AsnBerTagLength
The tag length of this instance as a java int.
getTagLengthAsInt() - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
getTagLengthLarge() - Method in interface ch.panter.li.bi.asn.ber.AsnBerTagLength
The tag length bits of this instance as an abstract number (Long, BigInteger).
getTagLengthLarge() - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
getTagNature() - Method in interface ch.panter.li.bi.asn.AsnTag
 
getTagNature() - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
getTagNumber() - Method in interface ch.panter.li.bi.asn.AsnTag
 
getTagNumber() - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
getType() - Method in interface ch.panter.li.bi.asn.AsnValue
 
getType() - Method in class ch.panter.li.bi.asn.AsnValueBase
 
getType() - Method in interface ch.panter.li.bi.asn.model.AsnField
 
getType() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
getTypes() - Method in interface ch.panter.li.bi.asn.model.AsnModule
 
getTypes() - Method in class ch.panter.li.bi.asn.model.AsnModuleImpl
 
getUnknownContentEncoding() - Method in class ch.panter.li.bi.asn.value.AsnUnknownExtension
 
getValue() - Method in interface ch.panter.li.bi.asn.api.BooleanValueInfo
 
getValue() - Method in interface ch.panter.li.bi.asn.api.NumericalValueInfo
 
getValue() - Method in interface ch.panter.li.bi.asn.api.StringValueInfo
 
getValue() - Method in interface ch.panter.li.bi.asn.api.TimeValueInfo
 
getValue() - Method in interface ch.panter.li.bi.asn.AsnIntegralNumber
The value bits of this instance as an abstract number (Integer, Long, BigInteger).
getValue() - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
getValue() - Method in interface ch.panter.li.bi.asn.ber.AsnBerNode
 
getValue() - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeImpl
 
getValue() - Method in class ch.panter.li.bi.asn.model.AsnEnumValue
 
getValue() - Method in class ch.panter.li.bi.asn.value.AsnBoolean
 
getValue() - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
getValue() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
getValue() - Method in class ch.panter.li.bi.asn.value.AsnStringValueBase
 
getValue() - Method in class ch.panter.li.bi.asn.value.AsnTimeValueBase
 
getValueAsInt() - Method in interface ch.panter.li.bi.asn.api.IntegralValueInfo
The value of this instance as a java int.
getValueAsInt() - Method in interface ch.panter.li.bi.asn.AsnIntegralNumber
The value of this instance as a java int.
getValueAsInt() - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
getValueAsInt() - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
getValueFactory() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecoder
 
getValueFactory() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecoderImpl
 
getValueLarge() - Method in interface ch.panter.li.bi.asn.AsnIntegralNumber
The value bits of this instance as an abstract number (Long, BigInteger).
getValueLarge() - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
getValueObject() - Method in class ch.panter.li.bi.asn.value.AsnObjectValueBase
 
getWritableItems() - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
getWritableTagNumber() - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
GRAPHIC_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
GRAPHIC_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
GRAPHIC_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
GRAPHIC_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 

H

hasAnyConstraints() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
hasAnyConstraints() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
hasConstraints() - Method in interface ch.panter.li.bi.asn.model.AsnField
 
hasConstraints() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
hasConstraints() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
hasConstraints() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
hasDefaultValue() - Method in interface ch.panter.li.bi.asn.model.AsnField
 
hasDefaultValue() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
hasFields() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
hasFields() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
hashCode() - Method in class ch.panter.li.bi.asn.api.ValidationInfoImpl
 
hashCode() - Method in class ch.panter.li.bi.asn.api.ValidationItemImpl
 
hashCode() - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
hashCode() - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
hashCode() - Method in class ch.panter.li.bi.asn.AsnValueBase
 
hashCode() - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
hashCode() - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
hashCode() - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
hashCode() - Method in class ch.panter.li.bi.asn.model.AsnEnumValue
 
hashCode() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
hashCode() - Method in class ch.panter.li.bi.asn.model.AsnSyntaxImpl
 
hashCode() - Method in class ch.panter.li.bi.util.NamedItemBase
 
HashCodeTool - Class in ch.panter.li.bi.util
Provides some utility methods for implementing common methods on general classes.
hasMoreDataAvailable(AsnBerDecodingContext) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecoder
 
hasMoreDataAvailable(AsnBerDecodingContext) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecoderImpl
 
hasMoreDataAvailable() - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
Determines whether more data is available to be read from this instance.
hasNext() - Method in class ch.panter.li.bi.util.ReinterpretingIterator
 
hasSameNumericalValue(DecimalValue) - Method in interface ch.panter.li.bi.asn.api.DecimalValueInfo
 
hasSameNumericalValue(DecimalValue, double) - Method in interface ch.panter.li.bi.asn.api.DecimalValueInfo
 
hasSameNumericalValue(Number) - Method in interface ch.panter.li.bi.asn.api.DecimalValueInfo
 
hasSameNumericalValue(Number, double) - Method in interface ch.panter.li.bi.asn.api.DecimalValueInfo
 
hasSameNumericalValue(Number) - Method in interface ch.panter.li.bi.asn.AsnIntegralNumber
Determines whether this instances value matches the one of the given number.
hasSameNumericalValue(Number) - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
hasSameNumericalValue(DecimalValue) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
hasSameNumericalValue(DecimalValue, double) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
hasSameNumericalValue(Number) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
hasSameNumericalValue(Number, double) - Method in class ch.panter.li.bi.asn.value.AsnReal
 

I

IA5STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
IA5STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
IA5STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
IA5STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
IEEE754_DOUBLE_EXPONENT_BIAS - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_DOUBLE_EXPONENT_BITS - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_DOUBLE_EXPONENT_MASK - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_DOUBLE_EXPONENT_MASK_LOW - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_DOUBLE_EXPONENT_OFFSET - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_DOUBLE_MANTISSA_BITS - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_DOUBLE_MANTISSA_MASK - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_DOUBLE_MANTISSA_SHIFT - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_DOUBLE_SIGN_MASK - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_DOUBLE_SIGN_OFFSET - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_EXPONENT_BIAS - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_EXPONENT_BITS - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_EXPONENT_MASK - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_EXPONENT_MASK_LOW - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_EXPONENT_OFFSET - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_MANTISSA_BITS - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_MANTISSA_MASK - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_MANTISSA_SHIFT - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_SIGN_MASK - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
IEEE754_SINGLE_SIGN_OFFSET - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
info(Object) - Method in interface ch.panter.li.bi.util.Log
Log a message with info log level.
info(Object, Throwable) - Method in interface ch.panter.li.bi.util.Log
Log an error with info log level.
info(Object) - Method in class ch.panter.li.bi.util.SysoutLog
Log a message with info log level.
info(Object, Throwable) - Method in class ch.panter.li.bi.util.SysoutLog
Log an error with info log level.
INTEGER - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
INTEGER - Static variable in class ch.panter.li.bi.asn.AsnTags
 
INTEGER - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
INTEGER - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
IntegralValue - Interface in ch.panter.li.bi.asn.api
 
IntegralValueInfo - Interface in ch.panter.li.bi.asn.api
 
isAbsolute() - Method in interface ch.panter.li.bi.asn.api.OIDValueInfo
 
isAbsolute() - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
isAllowExtensions() - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
isBinary() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
isClosed() - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
Determines whether this instance has been closed.
isCompatible(AsnTag) - Method in interface ch.panter.li.bi.asn.model.AsnType
Determines whether this instances tag might represent a value for this type.
isCompatible(AsnTag) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
isComplex() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
isComplex() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
isConstructed() - Method in interface ch.panter.li.bi.asn.AsnTag
 
isConstructed() - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
isConstructedEncodingAllowed() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
isConstructedEncodingAllowed() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
isDebugEnabled() - Method in interface ch.panter.li.bi.util.Log
 
isDebugEnabled() - Method in class ch.panter.li.bi.util.SysoutLog
 
isDecodeToFloatIfPossible() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
isDecodeToFloatIfPossible() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContextInfo
 
isDecodeToFloatIfPossible() - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
isDefinite() - Method in interface ch.panter.li.bi.asn.ber.AsnBerTagLength
 
isDefinite() - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
isDerivedFrom(AsnType) - Method in interface ch.panter.li.bi.asn.model.AsnType
 
isDerivedFrom(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
isEmpty() - Method in interface ch.panter.li.bi.asn.api.ListValueInfo
 
isEmpty() - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
isEmpty() - Method in interface ch.panter.li.bi.util.ReadOnlyCollection
Determines whether this collection is empty.
isEmpty() - Method in interface ch.panter.li.bi.util.ReadOnlyMap
Determines whether this instance is empty.
isEmpty() - Method in interface ch.panter.li.bi.util.ReadOnlyNamedItemMap
Determines whether this instance is empty.
isEmpty() - Method in interface ch.panter.li.bi.util.ReadOnlySet
Determines whether this collection is empty.
isEncodeToFloatIfPossible() - Method in class ch.panter.li.bi.asn.ber.AsnBerEncoderImpl
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.AsnValueBase
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeImpl
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.model.AsnConstraintEnum
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.model.AsnConstraintRange
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.model.AsnConstraintSize
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.model.AsnConstraintType
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.model.AsnModuleImpl
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.value.AsnByteArrayValueBase
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.value.AsnObjectValueBase
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
isEqualTo(Object) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
isEqualTo(Object) - Method in class ch.panter.li.bi.util.NamedItemBase
 
isErrorEnabled() - Method in interface ch.panter.li.bi.util.Log
 
isErrorEnabled() - Method in class ch.panter.li.bi.util.SysoutLog
 
isExtensionAllowed() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
isExtensionAllowed() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
isFailFast() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
isFailFast() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContextInfo
 
isFatalEnabled() - Method in interface ch.panter.li.bi.util.Log
 
isFatalEnabled() - Method in class ch.panter.li.bi.util.SysoutLog
 
isIncludeZero() - Method in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
isIndefinite() - Method in interface ch.panter.li.bi.asn.ber.AsnBerTagLength
 
isIndefinite() - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
isInfinity() - Method in interface ch.panter.li.bi.asn.api.DecimalValueInfo
 
isInfinity() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
isInfoEnabled() - Method in interface ch.panter.li.bi.util.Log
 
isInfoEnabled() - Method in class ch.panter.li.bi.util.SysoutLog
 
isListeningToEndOfContentTags() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
isListeningToEndOfContentTags() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContextInfo
 
isNegative() - Method in interface ch.panter.li.bi.asn.api.NumericalValueInfo
Determines whether this instance has a 'negative' value (not including zero).
isNegative() - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
isNegative() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
isNegativeInfinity() - Method in interface ch.panter.li.bi.asn.api.DecimalValueInfo
 
isNegativeInfinity() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
isNullOrEmpty(String) - Static method in class ch.panter.li.bi.util.ArgumentTool
Determines whether the given argument is null or the empty string.
isNullOrEmptyWhenTrimmed(String) - Static method in class ch.panter.li.bi.util.ArgumentTool
Determines whether the given argument is null or the empty string when it is trimmed of whitespace.
ISO646STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
ISO646STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
isOptional() - Method in interface ch.panter.li.bi.asn.model.AsnField
 
isOptional() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
isPDU() - Method in interface ch.panter.li.bi.asn.AsnDecodingContextInfo
Determines whether the current context is decoding a PDU.
isPDU() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
isPositive() - Method in interface ch.panter.li.bi.asn.api.NumericalValueInfo
Determines whether this instance has a 'positive' value (not including zero).
isPositive() - Method in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
isPositive() - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
isPositive() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
isPositiveInfinity() - Method in interface ch.panter.li.bi.asn.api.DecimalValueInfo
 
isPositiveInfinity() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
isPrimitive() - Method in interface ch.panter.li.bi.asn.AsnTag
 
isPrimitive() - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
isRelative() - Method in interface ch.panter.li.bi.asn.api.OIDValueInfo
 
isRelative() - Method in class ch.panter.li.bi.asn.value.AsnObjectIdentifier
 
isRelative() - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
isRelative() - Method in class ch.panter.li.bi.asn.value.AsnRelativeOID
 
isRootType() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
isRootType() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
isSame(AsnTag) - Method in interface ch.panter.li.bi.asn.AsnTag
Determines whether this instance is of the same tag class and has the same tag number as the other instance.
isSame(AsnTag) - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
isSet(byte, byte) - Static method in class ch.panter.li.bi.util.FlagTool
Tests whether some bits in a flag list are set to '1'.
isSet(short, short) - Static method in class ch.panter.li.bi.util.FlagTool
Tests whether some bits in a flag list are set to '1'.
isSet(char, char) - Static method in class ch.panter.li.bi.util.FlagTool
Tests whether some bits in a flag list are set to '1'.
isSet(int, int) - Static method in class ch.panter.li.bi.util.FlagTool
Tests whether some bits in a flag list are set to '1'.
isSet(long, long) - Static method in class ch.panter.li.bi.util.FlagTool
Tests whether some bits in a flag list are set to '1'.
isShowBraces() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isShowClass() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isShowContext() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isShowLength() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isShowName() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isShowOffset() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isShowSeparator() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isShowTags() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isShowType() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isShowValue() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
isSimple() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
isSimple() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
isSkipRestOfPDUInCaseOfFailure() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
isSkipRestOfPDUInCaseOfFailure() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContextInfo
 
isTagLengthAnInt() - Method in interface ch.panter.li.bi.asn.ber.AsnBerTagLength
Determines whether the tag length of this instance can be represented in a java int.
isTagLengthAnInt() - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
isTraceEnabled() - Method in interface ch.panter.li.bi.util.Log
 
isTraceEnabled() - Method in class ch.panter.li.bi.util.SysoutLog
 
isTruncateChildLength() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
isTruncateChildLength() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContextInfo
 
isUniqueTagsRequired() - Method in interface ch.panter.li.bi.asn.model.AsnType
 
isUniqueTagsRequired() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
isValid() - Method in interface ch.panter.li.bi.asn.api.Validatable
 
isValid() - Method in class ch.panter.li.bi.asn.AsnValueBase
 
isValidationPossibleFor(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
isValidationPossibleFor(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnConstraintEnum
 
isValidationPossibleFor(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnConstraintOID
 
isValidationPossibleFor(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnConstraintRange
 
isValidationPossibleFor(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
isValidationPossibleFor(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnConstraintSize
 
isValidationPossibleFor(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnConstraintStructure
 
isValidationPossibleFor(AsnType) - Method in class ch.panter.li.bi.asn.model.AsnConstraintType
 
isValidNumber() - Method in interface ch.panter.li.bi.asn.api.DecimalValueInfo
 
isValidNumber() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
isValueAnInt() - Method in interface ch.panter.li.bi.asn.api.IntegralValueInfo
Determines whether the value of this tag can be represented in a java int.
isValueAnInt() - Method in interface ch.panter.li.bi.asn.AsnIntegralNumber
Determines whether the value of this tag can be represented in a java int.
isValueAnInt() - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
isValueAnInt() - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
isWarnEnabled() - Method in interface ch.panter.li.bi.util.Log
 
isWarnEnabled() - Method in class ch.panter.li.bi.util.SysoutLog
 
isZero() - Method in interface ch.panter.li.bi.asn.api.NumericalValueInfo
Determines whether this instance has a 'zero' value.
isZero() - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
isZero() - Method in class ch.panter.li.bi.asn.value.AsnReal
 
itemsAsArray(T[]) - Method in interface ch.panter.li.bi.util.ReadOnlyCollection
Returns an array containing all items of this instance according to the contract defined in java.util.Collection#toArray(T[] a).
itemsAsArray(T[]) - Method in interface ch.panter.li.bi.util.ReadOnlySet
Returns an array containing all items of this instance according to the contract defined in java.util.Collection#toArray(T[] a).
itemsAsArray(T[]) - Method in class ch.panter.li.bi.util.ShieldableArrayList
 
itemsAsArray(T[]) - Method in class ch.panter.li.bi.util.ShieldableSet
 
iterator() - Method in interface ch.panter.li.bi.asn.api.ListValueInfo
 
iterator() - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
iterator() - Method in class ch.panter.li.bi.util.NamedItemLinkedMap
 
iterator() - Method in interface ch.panter.li.bi.util.ReadOnlySet
Returns an iterator over the elements in this set.
iterator() - Method in class ch.panter.li.bi.util.ShieldableLinkedMap
 
ITU_T_X680_0207 - Static variable in class ch.panter.li.bi.asn.model.AsnModules
 
ITU_T_X680_0207_INTERNAL - Static variable in class ch.panter.li.bi.asn.model.AsnModules
 
ITU_T_X680_0207_NAME - Static variable in class ch.panter.li.bi.asn.model.AsnModules
 

K

keyIterator() - Method in class ch.panter.li.bi.util.NamedItemLinkedMap
 
keyIterator() - Method in interface ch.panter.li.bi.util.ReadOnlyMap
Iterator over the keys in this instance
keyIterator() - Method in interface ch.panter.li.bi.util.ReadOnlyNamedItemMap
Iterator over the keys in this instance
keyIterator() - Method in class ch.panter.li.bi.util.ShieldableLinkedMap
 
keysAsArray(String[]) - Method in class ch.panter.li.bi.util.NamedItemLinkedMap
 
keysAsArray(K[]) - Method in interface ch.panter.li.bi.util.ReadOnlyMap
Returns an array containing all keys of this instance according to the contract defined in java.util.Collection#toArray(T[] a).
keysAsArray(String[]) - Method in interface ch.panter.li.bi.util.ReadOnlyNamedItemMap
Returns an array containing all keys of this instance according to the contract defined in java.util.Collection#toArray(T[] a).
keysAsArray(K[]) - Method in class ch.panter.li.bi.util.ShieldableLinkedMap
 

L

ListValue<T> - Interface in ch.panter.li.bi.asn.api
 
ListValueInfo<T> - Interface in ch.panter.li.bi.asn.api
 
Log - Interface in ch.panter.li.bi.util
A simple interface for Loggers.
LogFactory - Class in ch.panter.li.bi.util
User: seb Date: Feb 27, 2007 Time: 1:10:17 PM
LogFactory() - Constructor for class ch.panter.li.bi.util.LogFactory
 

M

mark(int) - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
MASK_NUMBER_BITS - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
MASK_NUMBER_CONTINUED - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
MASK_STRUCTURE - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
MASK_TAG_CLASS - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
MASK_TAG_LENGTH_BITS - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
MASK_TAG_LENGTH_CONTINUED - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
MASK_TAG_NUMBER - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 

N

NamedItem - Interface in ch.panter.li.bi.util
User: seb Date: Feb 27, 2007 Time: 2:50:25 PM
NamedItemBase - Class in ch.panter.li.bi.util
 
NamedItemBase(String) - Constructor for class ch.panter.li.bi.util.NamedItemBase
 
NamedItemLinkedMap<V extends NamedItem> - Class in ch.panter.li.bi.util
 
NamedItemLinkedMap() - Constructor for class ch.panter.li.bi.util.NamedItemLinkedMap
Creates a new empty instance
NEGATIVE_EXCLUDING_ZERO - Static variable in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
NEGATIVE_INCLUDING_ZERO - Static variable in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
newItem() - Method in interface ch.panter.li.bi.asn.api.ListValueInfo
 
newItem() - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
next() - Method in class ch.panter.li.bi.util.ReinterpretingIterator
 
nonEmptyArgument(String) - Static method in class ch.panter.li.bi.util.ArgumentTool
Returns the given string after checking it is not null and not empty.
nonEmptyTrimmedArgument(String) - Static method in class ch.panter.li.bi.util.ArgumentTool
Returns the given string after checking it is not null and not empty after trimming it.
nonNullArgument(T) - Static method in class ch.panter.li.bi.util.ArgumentTool
Returns the given argument after checking it is not null.
NULL - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
NULL - Static variable in class ch.panter.li.bi.asn.AsnTags
 
NULL - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
NULL - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
NullValue - Interface in ch.panter.li.bi.asn.api
 
NullValueInfo - Interface in ch.panter.li.bi.asn.api
 
NUMERIC_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
NUMERIC_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
NUMERIC_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
NUMERIC_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
NumericalValueInfo - Interface in ch.panter.li.bi.asn.api
 

O

OBJECT_DESCRIPTOR - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
OBJECT_DESCRIPTOR - Static variable in class ch.panter.li.bi.asn.AsnTags
 
OBJECT_DESCRIPTOR - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
OBJECT_DESCRIPTOR - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
OBJECT_IDENTIFIER - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
OBJECT_IDENTIFIER - Static variable in class ch.panter.li.bi.asn.AsnTags
 
OBJECT_IDENTIFIER - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
OBJECT_IDENTIFIER - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
OCTET_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
OCTET_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
OCTET_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
OCTET_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
OIDValue - Interface in ch.panter.li.bi.asn.api
 
OIDValueInfo - Interface in ch.panter.li.bi.asn.api
 

P

Pair<T1,T2> - Class in ch.panter.li.bi.util
Simple encapsulation of a pair of objects.
Pair(T1, T2) - Constructor for class ch.panter.li.bi.util.Pair
Creates a new instance holding the two given objects.
peek() - Method in interface ch.panter.li.bi.util.ReadOnlyStack
Looks at the object at the top of this stack without removing it from the stack.
peek() - Method in class ch.panter.li.bi.util.ShieldableStack
 
pop() - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Pops the top of the stack
pop() - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
pop() - Method in class ch.panter.li.bi.util.ShieldableStack
 
popContext() - Method in class ch.panter.li.bi.asn.api.ValidationInfoImpl
 
POSITIVE_EXCLUDING_ZERO - Static variable in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
POSITIVE_INCLUDING_ZERO - Static variable in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
PRINTABLE_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
PRINTABLE_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
PRINTABLE_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
PRINTABLE_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
push(AsnBerNode) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Pushes the given node onto the stack of open tags.
push(AsnBerNode) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
push(T) - Method in class ch.panter.li.bi.util.ShieldableStack
 
pushContext(String) - Method in class ch.panter.li.bi.asn.api.ValidationInfoImpl
 
put(String, V) - Method in class ch.panter.li.bi.util.NamedItemLinkedMap
 
put(V) - Method in class ch.panter.li.bi.util.NamedItemLinkedMap
 

R

readNextPDU(AsnBerDecodingContext) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecoder
 
readNextPDU(AsnBerDecodingContext) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecoderImpl
 
readNextTag() - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
ReadOnlyCollection<T> - Interface in ch.panter.li.bi.util
A contract for a collection that allows only read-only access to its contents.
ReadOnlyMap<K,V> - Interface in ch.panter.li.bi.util
Contract for a map of object indexed by keys of type K and holding values of type V.
ReadOnlyNamedItemMap<V> - Interface in ch.panter.li.bi.util
Contract for a map of object indexed by keys of type K and holding values of type V.
ReadOnlySet<T> - Interface in ch.panter.li.bi.util
A contract for a set that allows only read-only access to its contents.
ReadOnlyStack<T> - Interface in ch.panter.li.bi.util
 
readTagLength() - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
readTagValue(byte[]) - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
Read the tag value data from the underlying stream.
readTagValue(byte[], int, int) - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
Read the tag value data from the underlying stream.
readValue(AsnSimpleValueBase, long) - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
REAL - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
REAL - Static variable in class ch.panter.li.bi.asn.AsnTags
 
REAL - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
REAL - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
REAL_BASE_16 - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_BASE_2 - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_BASE_8 - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_BASE_INVALID - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_BASE_MASK - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_DECIMAL_FORMAT_ISO_6093_NR1 - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_DECIMAL_FORMAT_ISO_6093_NR2 - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_DECIMAL_FORMAT_ISO_6093_NR3 - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_EXPONENT_SIZE_1 - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_EXPONENT_SIZE_2 - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_EXPONENT_SIZE_3 - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_EXPONENT_SIZE_BIG - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_EXPONENT_SIZE_MASK - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_FLAG_BINARY - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_FLAG_NEGATIVE - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_FLAG_SPECIAL - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_NEGATIVE_INFINITY - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_POSITIVE_INFINITY - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_SCALING_MASK - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
REAL_SCALING_SHIFT - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
ReinterpretingIterator<SourceType,TargetType> - Class in ch.panter.li.bi.util
A simple iterator that re-interprets the values of another iterator as a different type.
ReinterpretingIterator(Iterator<SourceType>) - Constructor for class ch.panter.li.bi.util.ReinterpretingIterator
 
RELATIVE_OID - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
RELATIVE_OID - Static variable in class ch.panter.li.bi.asn.AsnTags
 
RELATIVE_OID - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
RELATIVE_OID - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
remove(T) - Method in interface ch.panter.li.bi.asn.api.ListValue
 
remove(int) - Method in interface ch.panter.li.bi.asn.api.ListValue
 
remove(int) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
remove(AsnValue) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
remove(T) - Method in class ch.panter.li.bi.asn.value.AsnSequenceOfType
 
remove() - Method in class ch.panter.li.bi.util.ReinterpretingIterator
 
removeDecodingListener(AsnBerDecodingListener) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Removes a listener from this context.
removeDecodingListener(AsnBerDecodingListener) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
RESERVERED_1 - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
RESERVERED_2 - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
RESERVERED_3 - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
reset() - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
reverseElementOrderInPlace(T[]) - Static method in class ch.panter.li.bi.util.ArrayTool
 
reverseElementOrderInPlace(byte[]) - Static method in class ch.panter.li.bi.util.ArrayTool
 

S

selectChoice(AsnTag, Class) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
SEQUENCE - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
SEQUENCE - Static variable in class ch.panter.li.bi.asn.AsnTags
 
SEQUENCE - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
SEQUENCE - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
SEQUENCE_OF - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
SEQUENCE_OF - Static variable in class ch.panter.li.bi.asn.AsnTags
 
SEQUENCE_OF - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
SEQUENCE_OF - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
SET - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
SET - Static variable in class ch.panter.li.bi.asn.AsnTags
 
SET - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
SET - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
set(byte, byte) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1'.
set(byte, byte, boolean) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1' or '0' depending on the given boolean parameter.
set(short, short) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1'.
set(short, short, boolean) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1' or '0' depending on the given boolean parameter.
set(char, char) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1'.
set(char, char, boolean) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1' or '0' depending on the given boolean parameter.
set(int, int) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1'.
set(int, int, boolean) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1' or '0' depending on the given boolean parameter.
set(long, long) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1'.
set(long, long, boolean) - Static method in class ch.panter.li.bi.util.FlagTool
Sets some specified bits in a flag list to '1' or '0' depending on the given boolean parameter.
SET_OF - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
SET_OF - Static variable in class ch.panter.li.bi.asn.AsnTags
 
SET_OF - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
SET_OF - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
setAllowExtensions(boolean) - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
setBinary(boolean) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
setBits(byte[]) - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
setBits(byte[], int) - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
setComponents(ReadOnlyCollection<AsnIntegralNumber>) - Method in interface ch.panter.li.bi.asn.api.OIDValue
 
setComponents(AsnIntegralNumber...) - Method in interface ch.panter.li.bi.asn.api.OIDValue
 
setComponents(int[]) - Method in interface ch.panter.li.bi.asn.api.OIDValue
 
setComponents(String) - Method in interface ch.panter.li.bi.asn.api.OIDValue
 
setComponents(ReadOnlyCollection<AsnIntegralNumber>) - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
setComponents(AsnIntegralNumber...) - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
setComponents(int[]) - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
setComponents(String) - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
setConstructed(boolean) - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
setContent(byte[]) - Method in interface ch.panter.li.bi.asn.api.BinaryValue
 
setContent(byte[]) - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
setContent(byte[]) - Method in class ch.panter.li.bi.asn.value.AsnOctetString
 
setData(byte[]) - Method in class ch.panter.li.bi.asn.value.AsnByteArrayValueBase
 
setDecodeToFloatIfPossible(boolean) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Determines whether the decoder should attempt to store REAL values in a java float if precision allows it.
setDecodeToFloatIfPossible(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
setDecodeToFloatIfPossible(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
setDefaultValue(AsnValue) - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
setDefinite(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
setEncodeToFloatIfPossible(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerEncoderImpl
 
setExtensionAllowed(boolean) - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
setFailFast(boolean) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Determines whether to immediately throw an exception when inconsistent length information is detected (child tags which exceed their parents length).
setFailFast(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
setIndefinite(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
setIndentDepth(int) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setListeningToEndOfContentTags(boolean) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Determines whether the listeners should be notified when end-of-content markers are encountered during decoding of indefinite length tags.
setListeningToEndOfContentTags(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
setMaximumPrimitiveValueSize(int) - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
setOptional(boolean) - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
setOptionalItemState(AsnTag, Class, int, boolean) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
setPrimitive(boolean) - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
setShowBraces(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setShowClass(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setShowContext(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setShowLength(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setShowName(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setShowOffset(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setShowSeparator(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setShowTags(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setShowType(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setShowValue(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
setSkipRestOfPDUInCaseOfFailure(boolean) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Determines whether it should be attempted to 'recover' from an erroneous PDU in the stream by skipping the rest of its contents, thereby 'seeking' to the beginning of the next pdu.
setSkipRestOfPDUInCaseOfFailure(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
setTag(AsnTag) - Method in class ch.panter.li.bi.asn.AsnValueBase
 
setTagClass(AsnTagClass) - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
setTagLengthAsInt(int) - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
Sets the new tag number to the given value and resets any previously set bits.
setTagLengthLarge(Long) - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
Sets the new tag number to the given abstract number.
setTagLengthLarge(BigInteger) - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
Sets the new tag number to the given abstract number.
setTagNature(AsnTagNature) - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
setTruncateChildLength(boolean) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingContext
Determines whether to truncate the length of children if they exceed the length of their parent.
setTruncateChildLength(boolean) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingContextImpl
 
setUnknownContentEncoding(byte[]) - Method in class ch.panter.li.bi.asn.value.AsnUnknownExtension
 
setValue(Boolean) - Method in interface ch.panter.li.bi.asn.api.BooleanValue
 
setValue(Float) - Method in interface ch.panter.li.bi.asn.api.DecimalValue
 
setValue(Double) - Method in interface ch.panter.li.bi.asn.api.DecimalValue
 
setValue(BigDecimal) - Method in interface ch.panter.li.bi.asn.api.DecimalValue
 
setValue(DecimalValue) - Method in interface ch.panter.li.bi.asn.api.DecimalValue
 
setValue(Byte) - Method in interface ch.panter.li.bi.asn.api.IntegralValue
 
setValue(Short) - Method in interface ch.panter.li.bi.asn.api.IntegralValue
 
setValue(Integer) - Method in interface ch.panter.li.bi.asn.api.IntegralValue
 
setValue(Long) - Method in interface ch.panter.li.bi.asn.api.IntegralValue
 
setValue(BigInteger) - Method in interface ch.panter.li.bi.asn.api.IntegralValue
 
setValue(IntegralValue) - Method in interface ch.panter.li.bi.asn.api.IntegralValue
 
setValue(String) - Method in interface ch.panter.li.bi.asn.api.StringValue
 
setValue(Date) - Method in interface ch.panter.li.bi.asn.api.TimeValue
 
setValue(Boolean) - Method in class ch.panter.li.bi.asn.value.AsnBoolean
 
setValue(Byte) - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
setValue(Short) - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
setValue(Integer) - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
setValue(Long) - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
setValue(BigInteger) - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
setValue(IntegralValue) - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
setValue(Float) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
setValue(Double) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
setValue(BigDecimal) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
setValue(DecimalValue) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
setValue(String) - Method in class ch.panter.li.bi.asn.value.AsnStringValueBase
 
setValue(Date) - Method in class ch.panter.li.bi.asn.value.AsnTimeValueBase
 
setValueAsInt(int) - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
Sets the new value to the given value and resets any previously set bits.
setValueLarge(Long) - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
Sets the new value to the given abstract number.
setValueLarge(BigInteger) - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
Sets the new value to the given abstract number.
setValueObject(Object) - Method in class ch.panter.li.bi.asn.value.AsnObjectValueBase
 
ShieldableArrayList<T> - Class in ch.panter.li.bi.util
 
ShieldableArrayList() - Constructor for class ch.panter.li.bi.util.ShieldableArrayList
Creates a new empty instance
ShieldableArrayList(T...) - Constructor for class ch.panter.li.bi.util.ShieldableArrayList
Creates a new instance and adds the given initial contents.
ShieldableArrayList(Collection<T>) - Constructor for class ch.panter.li.bi.util.ShieldableArrayList
Creates a new instance and adds the given initial contents.
ShieldableLinkedMap<K,V> - Class in ch.panter.li.bi.util
 
ShieldableLinkedMap() - Constructor for class ch.panter.li.bi.util.ShieldableLinkedMap
Creates a new empty instance
ShieldableSet<T> - Class in ch.panter.li.bi.util
 
ShieldableSet() - Constructor for class ch.panter.li.bi.util.ShieldableSet
Creates a new empty instance
ShieldableSet(T...) - Constructor for class ch.panter.li.bi.util.ShieldableSet
Creates a new instance and adds the given initial contents.
ShieldableSet(Collection<T>) - Constructor for class ch.panter.li.bi.util.ShieldableSet
Creates a new instance and adds the given initial contents.
ShieldableStack<T> - Class in ch.panter.li.bi.util
 
ShieldableStack() - Constructor for class ch.panter.li.bi.util.ShieldableStack
 
size() - Method in interface ch.panter.li.bi.asn.api.ListValueInfo
 
size() - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
size() - Method in interface ch.panter.li.bi.util.ReadOnlyCollection
Determines the number of items in this instance.
size() - Method in interface ch.panter.li.bi.util.ReadOnlyMap
Determines the number of items in this instance.
size() - Method in interface ch.panter.li.bi.util.ReadOnlyNamedItemMap
Determines the number of items in this instance.
size() - Method in interface ch.panter.li.bi.util.ReadOnlySet
Determines the number of items in this instance.
skipData(long) - Method in class ch.panter.li.bi.asn.ber.AsnBerInputStream
 
StringValue - Interface in ch.panter.li.bi.asn.api
 
StringValueInfo - Interface in ch.panter.li.bi.asn.api
 
SysoutLog - Class in ch.panter.li.bi.util
Simple Log implementation writing to STDOUT.
SysoutLog(String) - Constructor for class ch.panter.li.bi.util.SysoutLog
 

T

T61STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
T61STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
TAG_CLASS_APPLICATION - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
TAG_CLASS_CONTEXT_SPECIFIC - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
TAG_CLASS_PRIVATE - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
TAG_CLASS_UNIVERSAL - Static variable in class ch.panter.li.bi.asn.ber.AsnBerConstants
 
tagBegin(AsnBerDecodingContextInfo, AsnBerNode) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingAdapter
 
tagBegin(AsnBerDecodingContextInfo, AsnBerNode) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingListener
 
tagBegin(AsnBerDecodingContextInfo, AsnBerNode) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
tagBegin(AsnBerDecodingContextInfo, AsnBerNode) - Method in class ch.panter.li.bi.asn.ber.AsnBerStructureBuilder
 
tagEnd(AsnBerDecodingContextInfo, AsnBerNode, Exception) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingAdapter
 
tagEnd(AsnBerDecodingContextInfo, AsnBerNode, Exception) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingListener
 
tagEnd(AsnBerDecodingContextInfo, AsnBerNode, Exception) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
tagValue(AsnBerDecodingContextInfo, AsnBerNode) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingAdapter
 
tagValue(AsnBerDecodingContextInfo, AsnBerNode) - Method in interface ch.panter.li.bi.asn.ber.AsnBerDecodingListener
 
tagValue(AsnBerDecodingContextInfo, AsnBerNode) - Method in class ch.panter.li.bi.asn.ber.AsnBerDecodingTracer
 
tagValue(AsnBerDecodingContextInfo, AsnBerNode) - Method in class ch.panter.li.bi.asn.ber.AsnBerStructureBuilder
 
TELETEX_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
TELETEX_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
TELETEX_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
TELETEX_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
TimeValue - Interface in ch.panter.li.bi.asn.api
 
TimeValueInfo - Interface in ch.panter.li.bi.asn.api
 
toHexString() - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
toString() - Method in class ch.panter.li.bi.asn.api.ValidationInfoImpl
 
toString() - Method in class ch.panter.li.bi.asn.api.ValidationItemImpl
 
toString() - Method in class ch.panter.li.bi.asn.AsnIntegralNumberImpl
 
toString() - Method in class ch.panter.li.bi.asn.AsnTagImpl
 
toString() - Method in class ch.panter.li.bi.asn.AsnValueBase
 
toString() - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeImpl
 
toString() - Method in class ch.panter.li.bi.asn.ber.AsnBerNodeInfoImpl
 
toString() - Method in class ch.panter.li.bi.asn.ber.AsnBerTagLengthImpl
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnConstraintEnum
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnConstraintRange
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnConstraintSign
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnConstraintSize
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnConstraintStructure
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnConstraintType
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnEnumValue
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnFieldImpl
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnModuleImpl
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnSyntaxImpl
 
toString() - Method in class ch.panter.li.bi.asn.model.AsnTypeImpl
 
toString() - Method in class ch.panter.li.bi.asn.value.AsnBitString
 
toString() - Method in class ch.panter.li.bi.asn.value.AsnByteArrayValueBase
 
toString() - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
toString() - Method in class ch.panter.li.bi.asn.value.AsnEnumerated
 
toString() - Method in class ch.panter.li.bi.asn.value.AsnObjectValueBase
 
toString() - Method in class ch.panter.li.bi.asn.value.AsnOIDValueBase
 
toString() - Method in class ch.panter.li.bi.asn.value.AsnRelativeOID
 
toString() - Method in class ch.panter.li.bi.asn.value.AsnStringValueBase
 
toString() - Method in class ch.panter.li.bi.asn.value.AsnTimeValueBase
 
toString() - Method in class ch.panter.li.bi.util.NamedItemBase
 
trace(Object) - Method in interface ch.panter.li.bi.util.Log
Log a message with trace log level.
trace(Object, Throwable) - Method in interface ch.panter.li.bi.util.Log
Log an error with trace log level.
trace(Object) - Method in class ch.panter.li.bi.util.SysoutLog
Log a message with trace log level.
trace(Object, Throwable) - Method in class ch.panter.li.bi.util.SysoutLog
Log an error with trace log level.

U

UNIVERSAL_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
UNIVERSAL_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
UNIVERSAL_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
UNIVERSAL_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
UNIVERSAL_TIME - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
UNIVERSAL_TIME - Static variable in class ch.panter.li.bi.asn.AsnTags
 
UNIVERSAL_TIME - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
UNIVERSAL_TIME - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
UNKNOWN - Static variable in class ch.panter.li.bi.asn.model.AsnModules
 
UNKNOWN_NAME - Static variable in class ch.panter.li.bi.asn.model.AsnModules
 
UNKNOWN_STRUCTURE - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
UNKNOWN_VALUE - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
UTCTIME - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
UTCTIME - Static variable in class ch.panter.li.bi.asn.AsnTags
 
UTF8STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
UTF8STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
UTF8STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
UTF8STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 

V

Validatable - Interface in ch.panter.li.bi.asn.api
 
validate() - Method in interface ch.panter.li.bi.asn.api.Validatable
 
validate() - Method in class ch.panter.li.bi.asn.AsnValueBase
 
validate(AsnValue, ValidationInfoImpl) - Method in interface ch.panter.li.bi.asn.model.AsnConstraint
 
validate(AsnValue, ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.model.AsnConstraintBase
 
validateStructure(ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.AsnValueBase
 
validateStructure(ValidationInfoImpl) - Method in class ch.panter.li.bi.asn.value.AsnContainerValueBase
 
validateValueObject(Object) - Method in class ch.panter.li.bi.asn.value.AsnIntegralNumberValueBase
 
validateValueObject(Object) - Method in class ch.panter.li.bi.asn.value.AsnObjectValueBase
 
validateValueObject(Object) - Method in class ch.panter.li.bi.asn.value.AsnReal
 
ValidationException - Exception in ch.panter.li.bi.asn.api
An exception that gets thrown when there are unresolved validation items.
ValidationException(ValidationInfo) - Constructor for exception ch.panter.li.bi.asn.api.ValidationException
Creates a new instance with the given info.
ValidationInfo - Interface in ch.panter.li.bi.asn.api
 
ValidationInfoImpl - Class in ch.panter.li.bi.asn.api
 
ValidationInfoImpl() - Constructor for class ch.panter.li.bi.asn.api.ValidationInfoImpl
 
ValidationItem - Interface in ch.panter.li.bi.asn.api
 
ValidationItemImpl - Class in ch.panter.li.bi.asn.api
 
ValidationItemImpl(String) - Constructor for class ch.panter.li.bi.asn.api.ValidationItemImpl
 
VALUE_COMPARISON_RANGE - Static variable in interface ch.panter.li.bi.asn.api.DecimalValueInfo
 
valueIterator() - Method in class ch.panter.li.bi.util.NamedItemLinkedMap
 
valueIterator() - Method in interface ch.panter.li.bi.util.ReadOnlyMap
Iterator over the values in this instance
valueIterator() - Method in interface ch.panter.li.bi.util.ReadOnlyNamedItemMap
Iterator over the values in this instance
valueIterator() - Method in class ch.panter.li.bi.util.ShieldableLinkedMap
 
valueOf(String) - Static method in enum ch.panter.li.bi.asn.AsnTagClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.panter.li.bi.asn.AsnTagNature
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.panter.li.bi.asn.AsnTagClass
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum ch.panter.li.bi.asn.AsnTagNature
Returns an array containing the constants of this enum type, in the order they're declared.
valuesAsArray(V[]) - Method in class ch.panter.li.bi.util.NamedItemLinkedMap
 
valuesAsArray(V[]) - Method in interface ch.panter.li.bi.util.ReadOnlyMap
Returns an array containing all values of this instance according to the contract defined in java.util.Collection#toArray(T[] a).
valuesAsArray(V[]) - Method in interface ch.panter.li.bi.util.ReadOnlyNamedItemMap
Returns an array containing all values of this instance according to the contract defined in java.util.Collection#toArray(T[] a).
valuesAsArray(V[]) - Method in class ch.panter.li.bi.util.ShieldableLinkedMap
 
VIDEOTEX_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
VIDEOTEX_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
VIDEOTEX_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
VIDEOTEX_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 
VISIBLE_STRING - Static variable in class ch.panter.li.bi.asn.AsnTagNumbers
 
VISIBLE_STRING - Static variable in class ch.panter.li.bi.asn.AsnTags
 
VISIBLE_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypeNames
 
VISIBLE_STRING - Static variable in class ch.panter.li.bi.asn.model.AsnTypes
 

W

warn(Object) - Method in interface ch.panter.li.bi.util.Log
Log a message with warn log level.
warn(Object, Throwable) - Method in interface ch.panter.li.bi.util.Log
Log an error with warn log level.
warn(Object) - Method in class ch.panter.li.bi.util.SysoutLog
Log a message with warn log level.
warn(Object, Throwable) - Method in class ch.panter.li.bi.util.SysoutLog
Log an error with warn log level.

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

Copyright 2007-2007 SourceForge. All Rights Reserved.