|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.ssl.asn1.ASN1Generator
org.apache.commons.ssl.asn1.DERGenerator
public abstract class DERGenerator
| Field Summary | |
|---|---|
private boolean |
_isExplicit
|
private boolean |
_tagged
|
private int |
_tagNo
|
| Fields inherited from class org.apache.commons.ssl.asn1.ASN1Generator |
|---|
_out |
| Constructor Summary | |
|---|---|
protected |
DERGenerator(OutputStream out)
|
|
DERGenerator(OutputStream out,
int tagNo,
boolean isExplicit)
|
| Method Summary | |
|---|---|
(package private) void |
writeDEREncoded(int tag,
byte[] bytes)
|
(package private) void |
writeDEREncoded(OutputStream out,
int tag,
byte[] bytes)
|
(package private) void |
writeDEREncoded(OutputStream out,
int tag,
InputStream in)
|
private void |
writeLength(OutputStream out,
int length)
|
| Methods inherited from class org.apache.commons.ssl.asn1.ASN1Generator |
|---|
getRawOutputStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean _tagged
private boolean _isExplicit
private int _tagNo
| Constructor Detail |
|---|
protected DERGenerator(OutputStream out)
public DERGenerator(OutputStream out,
int tagNo,
boolean isExplicit)
| Method Detail |
|---|
private void writeLength(OutputStream out,
int length)
throws IOException
IOException
void writeDEREncoded(OutputStream out,
int tag,
byte[] bytes)
throws IOException
IOException
void writeDEREncoded(int tag,
byte[] bytes)
throws IOException
IOException
void writeDEREncoded(OutputStream out,
int tag,
InputStream in)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||