public class JcaPEMWriter extends PemWriter
Constructor and Description |
---|
JcaPEMWriter(Writer out)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
writeObject(Object obj) |
void |
writeObject(Object obj,
PEMEncryptor encryptor) |
void |
writeObject(PemObjectGenerator obj) |
getOutputSize
public JcaPEMWriter(Writer out)
out
- output stream to use.public void writeObject(Object obj) throws IOException
IOException
public void writeObject(Object obj, PEMEncryptor encryptor) throws IOException
obj
- encryptor
- IOException
public void writeObject(PemObjectGenerator obj) throws IOException
writeObject
in class PemWriter
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.