Package | Description |
---|---|
org.bouncycastle.util.io.pem |
Modifier and Type | Method and Description |
---|---|
PemObject |
PemObjectGenerator.generate()
Generate a PEM object.
|
PemObject |
PemObject.generate() |
PemObject |
PemReader.readPemObject()
Read the next PEM object as a blob of raw data with header information.
|
Modifier and Type | Method and Description |
---|---|
int |
PemWriter.getOutputSize(PemObject obj)
Return the number of bytes or characters required to contain the
passed in object if it is PEM encoded.
|
Object |
PemObjectParser.parseObject(PemObject obj)
Parse an object out of the PEM object passed in.
|
Copyright © 2020 BouncyCastle.org. All rights reserved.