public class ASN1InputStreamBC extends Object implements IASN1InputStream
ASN1InputStream.| Constructor and Description |
|---|
ASN1InputStreamBC(org.bouncycastle.asn1.ASN1InputStream asn1InputStream)
Creates new wrapper instance for
ASN1InputStream. |
ASN1InputStreamBC(byte[] bytes)
Creates new wrapper instance for
ASN1InputStream. |
ASN1InputStreamBC(InputStream stream)
Creates new wrapper instance for
ASN1InputStream. |
| 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.ASN1InputStream |
getASN1InputStream()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
IASN1Primitive |
readObject() |
String |
toString()
Delegates
toString method call to the wrapped object. |
public ASN1InputStreamBC(org.bouncycastle.asn1.ASN1InputStream asn1InputStream)
ASN1InputStream.asn1InputStream - ASN1InputStream to be wrappedpublic ASN1InputStreamBC(byte[] bytes)
ASN1InputStream.bytes - byte array to create ASN1InputStreampublic ASN1InputStreamBC(InputStream stream)
ASN1InputStream.stream - InputStream to create ASN1InputStreampublic org.bouncycastle.asn1.ASN1InputStream getASN1InputStream()
ASN1InputStream.public IASN1Primitive readObject() throws IOException
readObject in interface IASN1InputStreamIOExceptionpublic void close()
throws IOException
close method call to the wrapped stream.close in interface IASN1InputStreamclose in interface Closeableclose in interface AutoCloseableIOExceptionpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.