public class PEMParserBC extends Object implements IPEMParser
PEMParser.| Constructor and Description |
|---|
PEMParserBC(org.bouncycastle.openssl.PEMParser parser)
Creates new wrapper instance for
PEMParser. |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Delegates
close method call to the wrapped parser. |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.openssl.PEMParser |
getParser()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
Object |
readObject() |
String |
toString()
Delegates
toString method call to the wrapped object. |
public PEMParserBC(org.bouncycastle.openssl.PEMParser parser)
PEMParser.parser - PEMParser to be wrappedpublic org.bouncycastle.openssl.PEMParser getParser()
PEMParser.public Object readObject() throws IOException
readObject in interface IPEMParserIOExceptionpublic void close()
throws IOException
close method call to the wrapped parser.close in interface Closeableclose in interface AutoCloseableIOExceptionpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.