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

A

APPLICATION - Static variable in class org.apache.asn1.der.DERObject
 
ASN1InputStream - class org.apache.asn1.der.ASN1InputStream.
General purpose ASN.1 decoder.
ASN1InputStream(ByteBuffer) - Constructor for class org.apache.asn1.der.ASN1InputStream
 
ASN1InputStream(byte[]) - Constructor for class org.apache.asn1.der.ASN1InputStream
 
ASN1OutputStream - class org.apache.asn1.der.ASN1OutputStream.
 
ASN1OutputStream(OutputStream) - Constructor for class org.apache.asn1.der.ASN1OutputStream
 
ASN1OutputStream(ByteBuffer) - Constructor for class org.apache.asn1.der.ASN1OutputStream
 
add(DEREncodable) - Method in class org.apache.asn1.der.DERSequence
 
add(DEREncodable) - Method in class org.apache.asn1.der.DERSet
 

B

BERConstructedOctetString - class org.apache.asn1.der.BERConstructedOctetString.
 
BERConstructedOctetString(byte[]) - Constructor for class org.apache.asn1.der.BERConstructedOctetString
 
BERConstructedOctetString(Vector) - Constructor for class org.apache.asn1.der.BERConstructedOctetString
 
BERNull - class org.apache.asn1.der.BERNull.
A BER NULL object.
BERNull() - Constructor for class org.apache.asn1.der.BERNull
 
BERSequence - class org.apache.asn1.der.BERSequence.
 
BERSequence() - Constructor for class org.apache.asn1.der.BERSequence
 
BERSet - class org.apache.asn1.der.BERSet.
 
BERSet() - Constructor for class org.apache.asn1.der.BERSet
 
BERTaggedObject - class org.apache.asn1.der.BERTaggedObject.
BER TaggedObject
BERTaggedObject(int, DEREncodable) - Constructor for class org.apache.asn1.der.BERTaggedObject
 
BERTaggedObject(boolean, int, DEREncodable) - Constructor for class org.apache.asn1.der.BERTaggedObject
 
BIT_STRING - Static variable in class org.apache.asn1.der.DERObject
 
BMP_STRING - Static variable in class org.apache.asn1.der.DERObject
 
BOOLEAN - Static variable in class org.apache.asn1.der.DERObject
 
buildConstructedOctetString() - Method in class org.apache.asn1.der.ASN1InputStream
 
buildObject(int, byte[]) - Method in class org.apache.asn1.der.ASN1InputStream
Build an object given its tag and a byte stream.
byteArrayToString(byte[]) - Static method in class org.apache.asn1.der.DERString
Utility method for converting byte arrays to Strings.
bytes - Variable in class org.apache.asn1.der.DERTaggedObject
 

C

CONSTRUCTED - Static variable in class org.apache.asn1.der.DERObject
 

D

DERApplicationSpecific - class org.apache.asn1.der.DERApplicationSpecific.
DER Application Specific object.
DERApplicationSpecific(int, byte[]) - Constructor for class org.apache.asn1.der.DERApplicationSpecific
Basic DERObject constructor.
DERBMPString - class org.apache.asn1.der.DERBMPString.
DER BMPString object.
DERBMPString(byte[]) - Constructor for class org.apache.asn1.der.DERBMPString
Basic DERObject constructor.
DERBitString - class org.apache.asn1.der.DERBitString.
DER Bit String object.
DERBitString(byte[]) - Constructor for class org.apache.asn1.der.DERBitString
Basic DERObject constructor.
DERBoolean - class org.apache.asn1.der.DERBoolean.
DER Boolean object.
DERBoolean(byte[]) - Constructor for class org.apache.asn1.der.DERBoolean
Basic DERObject constructor.
DEREncodable - interface org.apache.asn1.der.DEREncodable.
Interface for encodable DER objects.
DEREnumerated - class org.apache.asn1.der.DEREnumerated.
DER Enumerated object.
DEREnumerated(byte[]) - Constructor for class org.apache.asn1.der.DEREnumerated
Basic DERObject constructor.
DERGeneralString - class org.apache.asn1.der.DERGeneralString.
 
DERGeneralString(byte[]) - Constructor for class org.apache.asn1.der.DERGeneralString
Basic DERObject constructor.
DERGeneralizedTime - class org.apache.asn1.der.DERGeneralizedTime.
DER Generalized time object.
DERGeneralizedTime(byte[]) - Constructor for class org.apache.asn1.der.DERGeneralizedTime
Basic DERObject constructor.
DERIA5String - class org.apache.asn1.der.DERIA5String.
DER IA5String object.
DERIA5String(byte[]) - Constructor for class org.apache.asn1.der.DERIA5String
Basic DERObject constructor.
DERInteger - class org.apache.asn1.der.DERInteger.
DER Integer object.
DERInteger(byte[]) - Constructor for class org.apache.asn1.der.DERInteger
Basic DERObject constructor.
DERNull - class org.apache.asn1.der.DERNull.
A NULL object.
DERNull() - Constructor for class org.apache.asn1.der.DERNull
 
DERNumericString - class org.apache.asn1.der.DERNumericString.
DER NumericString - a string of ASCII numeric characters { 0,1,2,3,4,5,6,7,8,9 }.
DERNumericString(byte[]) - Constructor for class org.apache.asn1.der.DERNumericString
Basic DERObject constructor.
DERObject - class org.apache.asn1.der.DERObject.
DER object.
DERObject(int, byte[]) - Constructor for class org.apache.asn1.der.DERObject
Basic DERObject constructor.
DERObjectIdentifier - class org.apache.asn1.der.DERObjectIdentifier.
 
DERObjectIdentifier(byte[]) - Constructor for class org.apache.asn1.der.DERObjectIdentifier
 
DEROctetString - class org.apache.asn1.der.DEROctetString.
DER Octet String object.
DEROctetString(byte[]) - Constructor for class org.apache.asn1.der.DEROctetString
Basic DERObject constructor.
DERPrintableString - class org.apache.asn1.der.DERPrintableString.
DER PrintableString object.
DERPrintableString(byte[]) - Constructor for class org.apache.asn1.der.DERPrintableString
Basic DERObject constructor.
DERSequence - class org.apache.asn1.der.DERSequence.
 
DERSequence() - Constructor for class org.apache.asn1.der.DERSequence
 
DERSet - class org.apache.asn1.der.DERSet.
A DER encoded set object
DERSet() - Constructor for class org.apache.asn1.der.DERSet
 
DERString - class org.apache.asn1.der.DERString.
Interface for DER string objects.
DERString(int, byte[]) - Constructor for class org.apache.asn1.der.DERString
Basic DERObject constructor.
DERTaggedObject - class org.apache.asn1.der.DERTaggedObject.
DER TaggedObject
DERTaggedObject(int) - Constructor for class org.apache.asn1.der.DERTaggedObject
create an implicitly tagged object that contains a zero length sequence.
DERTaggedObject(int, DEREncodable) - Constructor for class org.apache.asn1.der.DERTaggedObject
 
DERTaggedObject(boolean, int, DEREncodable) - Constructor for class org.apache.asn1.der.DERTaggedObject
 
DERTaggedObject(boolean, int, DEREncodable, byte[]) - Constructor for class org.apache.asn1.der.DERTaggedObject
 
DERTeletexString - class org.apache.asn1.der.DERTeletexString.
DER Teletex String
DERTeletexString(byte[]) - Constructor for class org.apache.asn1.der.DERTeletexString
Basic DERObject constructor.
DERUTCTime - class org.apache.asn1.der.DERUTCTime.
DER UTC time object.
DERUTCTime(byte[]) - Constructor for class org.apache.asn1.der.DERUTCTime
Basic DERObject constructor.
DERUTF8String - class org.apache.asn1.der.DERUTF8String.
DER UTF8String object.
DERUTF8String(byte[]) - Constructor for class org.apache.asn1.der.DERUTF8String
Basic DERObject constructor.
DERUniversalString - class org.apache.asn1.der.DERUniversalString.
DER UniversalString object.
DERUniversalString(byte[]) - Constructor for class org.apache.asn1.der.DERUniversalString
Basic DERObject constructor.
DERUnknownTag - class org.apache.asn1.der.DERUnknownTag.
Placeholder for unrecognized tags.
DERUnknownTag(int, byte[]) - Constructor for class org.apache.asn1.der.DERUnknownTag
Basic DERObject constructor.
DERVisibleString - class org.apache.asn1.der.DERVisibleString.
DER VisibleString object.
DERVisibleString(byte[]) - Constructor for class org.apache.asn1.der.DERVisibleString
Basic DERObject constructor.
dateFormat - Static variable in class org.apache.asn1.der.DERGeneralizedTime
 
dateFormat - Static variable in class org.apache.asn1.der.DERUTCTime
 

E

END_OF_STREAM - Variable in class org.apache.asn1.der.ASN1InputStream
 
ENUMERATED - Static variable in class org.apache.asn1.der.DERObject
 
EOF_FOUND - Variable in class org.apache.asn1.der.ASN1InputStream
 
EXTERNAL - Static variable in class org.apache.asn1.der.DERObject
 
empty - Variable in class org.apache.asn1.der.DERTaggedObject
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.BERConstructedOctetString
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.BERNull
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.BERSequence
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.BERSet
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.BERTaggedObject
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.DERApplicationSpecific
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.DERBitString
 
encode(ASN1OutputStream) - Method in interface org.apache.asn1.der.DEREncodable
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.DERObject
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.DERObjectIdentifier
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.DERSequence
As DER requires the constructed, definite-length model to be used for structured types, this varies slightly from the ASN.1 descriptions given.
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.DERSet
 
encode(ASN1OutputStream) - Method in class org.apache.asn1.der.DERTaggedObject
 
equals(Object) - Method in class org.apache.asn1.der.DERObject
Two DERObjects are equal if their underlying byte arrays are equal.
explicit - Variable in class org.apache.asn1.der.DERTaggedObject
 

F

FALSE - Static variable in class org.apache.asn1.der.DERBoolean
 
falseArray - Static variable in class org.apache.asn1.der.DERBoolean
 

G

GENERALIZED_TIME - Static variable in class org.apache.asn1.der.DERObject
 
GENERAL_STRING - Static variable in class org.apache.asn1.der.DERObject
 
GRAPHIC_STRING - Static variable in class org.apache.asn1.der.DERObject
 
generateOcts() - Method in class org.apache.asn1.der.BERConstructedOctetString
 
get(int) - Method in class org.apache.asn1.der.DERSequence
 
getApplicationTag() - Method in class org.apache.asn1.der.DERApplicationSpecific
 
getDate() - Method in class org.apache.asn1.der.DERGeneralizedTime
Lazy accessor
getDate() - Method in class org.apache.asn1.der.DERUTCTime
Lazy accessor
getObject() - Method in class org.apache.asn1.der.DERApplicationSpecific
 
getObject() - Method in class org.apache.asn1.der.DERTaggedObject
return whatever was following the tag.
getObjectAt(int) - Method in class org.apache.asn1.der.DERSet
 
getObjects() - Method in class org.apache.asn1.der.BERConstructedOctetString
 
getObjects() - Method in class org.apache.asn1.der.DERSequence
 
getObjects() - Method in class org.apache.asn1.der.DERSet
 
getOctets() - Method in class org.apache.asn1.der.DERBitString
 
getOctets() - Method in class org.apache.asn1.der.DERObject
 
getOctets() - Method in class org.apache.asn1.der.DEROctetString
 
getOctets() - Method in class org.apache.asn1.der.DERTaggedObject
 
getString() - Method in class org.apache.asn1.der.DERBMPString
 
getString() - Method in class org.apache.asn1.der.DERString
Lazy accessor.
getString() - Method in class org.apache.asn1.der.DERUniversalString
 
getTagNo() - Method in class org.apache.asn1.der.DERTaggedObject
 

H

hasMoreTokens() - Method in class org.apache.asn1.der.OIDTokenizer
 
hashCode() - Method in class org.apache.asn1.der.DERObject
Fast rotate left and XOR hashcode generator.

I

IA5_STRING - Static variable in class org.apache.asn1.der.DERObject
 
INTEGER - Static variable in class org.apache.asn1.der.DERObject
 
identifier - Variable in class org.apache.asn1.der.DERObjectIdentifier
 
index - Variable in class org.apache.asn1.der.OIDTokenizer
 
intToOctet(int) - Static method in class org.apache.asn1.der.DEREnumerated
 
intToOctet(int) - Static method in class org.apache.asn1.der.DERInteger
 
intValue() - Method in class org.apache.asn1.der.DEREnumerated
Lazy accessor
intValue() - Method in class org.apache.asn1.der.DERInteger
Lazy accessor
isTrue() - Method in class org.apache.asn1.der.DERBoolean
Lazy accessor

N

NULL - Static variable in class org.apache.asn1.der.DERObject
 
NUMERIC_STRING - Static variable in class org.apache.asn1.der.DERObject
 
newInputStream(ByteBuffer) - Static method in class org.apache.asn1.der.ASN1InputStream
 
newOutputStream(ByteBuffer) - Static method in class org.apache.asn1.der.ASN1OutputStream
 
nextToken() - Method in class org.apache.asn1.der.OIDTokenizer
 

O

OBJECT_IDENTIFIER - Static variable in class org.apache.asn1.der.DERObject
 
OCTET_STRING - Static variable in class org.apache.asn1.der.DERObject
 
OIDTokenizer - class org.apache.asn1.der.OIDTokenizer.
class for breaking up an OID into it's component tokens, ala java.util.StringTokenizer.
OIDTokenizer(String) - Constructor for class org.apache.asn1.der.OIDTokenizer
 
obj - Variable in class org.apache.asn1.der.DERTaggedObject
 
octetToInt(byte[]) - Static method in class org.apache.asn1.der.DEREnumerated
 
octetToInt(byte[]) - Static method in class org.apache.asn1.der.DERInteger
 
octets - Variable in class org.apache.asn1.der.BERConstructedOctetString
 
oid - Variable in class org.apache.asn1.der.OIDTokenizer
 
org.apache.asn1.der - package org.apache.asn1.der
 

P

PRINTABLE_STRING - Static variable in class org.apache.asn1.der.DERObject
 

R

readFully(byte[]) - Method in class org.apache.asn1.der.ASN1InputStream
 
readIndefiniteLengthFully() - Method in class org.apache.asn1.der.ASN1InputStream
Read a string of bytes representing an indefinite length object.
readLength() - Method in class org.apache.asn1.der.ASN1InputStream
 
readObject() - Method in class org.apache.asn1.der.ASN1InputStream
 

S

SEQUENCE - Static variable in class org.apache.asn1.der.DERObject
 
SET - Static variable in class org.apache.asn1.der.DERObject
 
set - Variable in class org.apache.asn1.der.DERSet
 
size() - Method in class org.apache.asn1.der.DERSequence
 
size() - Method in class org.apache.asn1.der.DERSet
 
stringToByteArray(String) - Static method in class org.apache.asn1.der.DERString
Utility method for converting Strings to bytes.

T

T61_STRING - Static variable in class org.apache.asn1.der.DERObject
 
TAGGED - Static variable in class org.apache.asn1.der.DERObject
 
TERMINATOR - Static variable in class org.apache.asn1.der.DERObject
 
TRUE - Static variable in class org.apache.asn1.der.DERBoolean
 
table - Static variable in class org.apache.asn1.der.DERUniversalString
 
tag - Variable in class org.apache.asn1.der.DERApplicationSpecific
 
tag - Variable in class org.apache.asn1.der.DERObject
 
tag - Variable in class org.apache.asn1.der.DERTaggedObject
 
toBytes(Vector) - Static method in class org.apache.asn1.der.BERConstructedOctetString
Convert a vector of octet strings into a single byte string.
trueArray - Static variable in class org.apache.asn1.der.DERBoolean
 

U

UNIVERSAL_STRING - Static variable in class org.apache.asn1.der.DERObject
 
UTC_TIME - Static variable in class org.apache.asn1.der.DERObject
 
UTC_TIME_ZONE - Static variable in class org.apache.asn1.der.DERGeneralizedTime
 
UTC_TIME_ZONE - Static variable in class org.apache.asn1.der.DERUTCTime
 
UTF8_STRING - Static variable in class org.apache.asn1.der.DERObject
 

V

VIDEOTEX_STRING - Static variable in class org.apache.asn1.der.DERObject
 
VISIBLE_STRING - Static variable in class org.apache.asn1.der.DERObject
 
v - Variable in class org.apache.asn1.der.DERSequence
 
value - Variable in class org.apache.asn1.der.DERObject
 
valueOf(int, DEREncodable) - Static method in class org.apache.asn1.der.DERApplicationSpecific
Static factory method, type-conversion operator.
valueOf(String) - Static method in class org.apache.asn1.der.DERBMPString
Static factory method, type-conversion operator.
valueOf(boolean) - Static method in class org.apache.asn1.der.DERBoolean
Static factory method, type-conversion operator.
valueOf(int) - Static method in class org.apache.asn1.der.DEREnumerated
Static factory method, type-conversion operator.
valueOf(String) - Static method in class org.apache.asn1.der.DERGeneralString
Static factory method, type-conversion operator.
valueOf(Date) - Static method in class org.apache.asn1.der.DERGeneralizedTime
Static factory method, type-conversion operator.
valueOf(String) - Static method in class org.apache.asn1.der.DERIA5String
Static factory method, type-conversion operator.
valueOf(int) - Static method in class org.apache.asn1.der.DERInteger
Static factory method, type-conversion operator.
valueOf(String) - Static method in class org.apache.asn1.der.DERNumericString
Static factory method, type-conversion operator.
valueOf(String) - Static method in class org.apache.asn1.der.DERPrintableString
Static factory method, type-conversion operator.
valueOf(String) - Static method in class org.apache.asn1.der.DERTeletexString
Static factory method, type-conversion operator.
valueOf(Date) - Static method in class org.apache.asn1.der.DERUTCTime
Static factory method, type-conversion operator.
valueOf(String) - Static method in class org.apache.asn1.der.DERUTF8String
Static factory method, type-conversion operator.
valueOf(String) - Static method in class org.apache.asn1.der.DERVisibleString
Static factory method, type-conversion operator.

W

writeEncoded(int, byte[]) - Method in class org.apache.asn1.der.ASN1OutputStream
 
writeField(OutputStream, long) - Method in class org.apache.asn1.der.DERObjectIdentifier
 
writeLength(int) - Method in class org.apache.asn1.der.ASN1OutputStream
 
writeNull() - Method in class org.apache.asn1.der.ASN1OutputStream
 
writeObject(Object) - Method in class org.apache.asn1.der.ASN1OutputStream
 

Z

zeroBytes - Static variable in class org.apache.asn1.der.DERNull
 

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

Copyright © 2005-2006 . All Rights Reserved.