Class Overview
Decodes ASN.1 types encoded with DER (X.690)
Summary
Public Methods |
final
int
|
next()
Decodes next encoded type.
|
void
|
readOctetString()
Decodes ASN.1 Octetstring type
|
[Expand]
Inherited Methods |
From class
com.microstrategy.utils.BerInputStream
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
DerInputStream
(InputStream in)
Public Methods
public
final
int
next
()
Decodes next encoded type.
Initializes tag, length, tagOffset and contentOffset variables
public
void
readOctetString
()
Decodes ASN.1 Octetstring type