|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
java.io.BufferedWriter
org.bouncycastle.util.io.pem.PemWriter
public class PemWriter
A generic PEM writer, based on RFC 1421
Field Summary |
---|
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
PemWriter(java.io.Writer out)
Base constructor. |
Method Summary | |
---|---|
int |
getOutputSize(PemObject obj)
Return the number of bytes or characters required to contain the passed in object if it is PEM encoded. |
void |
writeObject(PemObjectGenerator objGen)
|
Methods inherited from class java.io.BufferedWriter |
---|
close, flush, newLine, write, write, write |
Methods inherited from class java.io.Writer |
---|
append, append, append, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PemWriter(java.io.Writer out)
out
- output stream to use.Method Detail |
---|
public int getOutputSize(PemObject obj)
obj
- pem object to be output
public void writeObject(PemObjectGenerator objGen) throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |