Method | Description | |
---|---|---|
Asn1InputStream ( Stream inputStream ) : System | ||
Asn1InputStream ( Stream inputStream, int limit ) : System | ||
Asn1InputStream ( byte input ) : System | ||
BuildDerEncodableVector ( |
||
BuildEncodableVector ( ) : |
||
CreateDerSequence ( |
||
CreatePrimitiveDerObject ( int tagNo, |
||
FindLimit ( Stream input ) : int | ||
GetBuffer ( |
||
ReadLength ( Stream s, int limit ) : int | ||
ReadObject ( ) : |
||
ReadTagNumber ( Stream s, int tag ) : int |
Method | Description | |
---|---|---|
BuildObject ( int tag, int tagNo, int length ) : |
public Asn1InputStream ( Stream inputStream ) : System | ||
inputStream | Stream | |
return | System |
public Asn1InputStream ( Stream inputStream, int limit ) : System | ||
inputStream | Stream | |
limit | int | |
return | System |
public Asn1InputStream ( byte input ) : System | ||
input | byte | |
return | System |
public BuildDerEncodableVector ( |
||
dIn | ||
return |
public BuildEncodableVector ( ) : |
||
return |
public CreateDerSequence ( |
||
dIn | ||
return |
public static CreatePrimitiveDerObject ( int tagNo, |
||
tagNo | int | |
defIn | ||
tmpBuffers | byte | |
return |
public static FindLimit ( Stream input ) : int | ||
input | Stream | |
return | int |
public static GetBuffer ( |
||
defIn | ||
tmpBuffers | byte | |
return | byte[] |
public static ReadLength ( Stream s, int limit ) : int | ||
s | Stream | |
limit | int | |
return | int |
public static ReadTagNumber ( Stream s, int tag ) : int | ||
s | Stream | |
tag | int | |
return | int |