@Mutable @ThreadSafety(level=NOT_THREADSAFE) public final class ASN1StreamReaderSet extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Retrieves the number of bytes contained in the encoded representations of
all the embedded values.
|
byte |
getType()
Retrieves the BER type for this ASN.1 set.
|
boolean |
hasMoreElements()
Indicates whether there are more elements in this set to be read from the
associated ASN.1 stream reader.
|
public byte getType()
public int getLength()
public boolean hasMoreElements() throws ASN1Exception
true
if there are more elements in this set to be read
from the associated ASN.1 stream reader or false if the end of the
set has been reached.ASN1Exception
- If the associated ASN.1 stream reader has already
read beyond the end of the set.