public class ASN1OutputStreamBC extends Object implements IASN1OutputStream
ASN1OutputStream.| Constructor and Description |
|---|
ASN1OutputStreamBC(org.bouncycastle.asn1.ASN1OutputStream stream)
Creates new wrapper instance for
ASN1OutputStream. |
ASN1OutputStreamBC(OutputStream stream)
Creates new wrapper instance for
ASN1OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Delegates
close method call to the wrapped stream. |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.asn1.ASN1OutputStream |
getASN1OutputStream()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
void |
writeObject(IASN1Primitive primitive) |
public ASN1OutputStreamBC(OutputStream stream)
ASN1OutputStream.stream - OutputStream to create ASN1OutputStream to be wrappedpublic ASN1OutputStreamBC(org.bouncycastle.asn1.ASN1OutputStream stream)
ASN1OutputStream.stream - ASN1OutputStream to be wrappedpublic org.bouncycastle.asn1.ASN1OutputStream getASN1OutputStream()
ASN1OutputStream.public void writeObject(IASN1Primitive primitive) throws IOException
writeObject in interface IASN1OutputStreamIOExceptionpublic void close()
throws IOException
close method call to the wrapped stream.close in interface IASN1OutputStreamclose in interface Closeableclose in interface AutoCloseableIOExceptionpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.