public class PEMParser
extends org.bouncycastle.openssl.PEMParser
| Constructor and Description |
|---|
PEMParser(Reader reader)
Strips PEM comments from the input.
|
| Modifier and Type | Method and Description |
|---|---|
static Reader |
stripComments(Reader reader)
Strip PEM comments.
|
public PEMParser(Reader reader) throws IOException
reader - the input readerIOException - on read failurepublic static Reader stripComments(Reader reader) throws UnsupportedEncodingException, IOException
reader - the input readerReader that is backed by a byte arrayUnsupportedEncodingException - on bad encodingIOException - on read failureCopyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.