Uses of Class
org.bouncycastle.util.io.pem.PemObject
-
Packages that use PemObject Package Description org.bouncycastle.util.io.pem -
-
Uses of PemObject in org.bouncycastle.util.io.pem
Methods in org.bouncycastle.util.io.pem that return PemObject Modifier and Type Method Description PemObject
PemObject. generate()
PemObject
PemObjectGenerator. generate()
Generate a PEM object.PemObject
PemReader. readPemObject()
Read the next PEM object as a blob of raw data with header information.Methods in org.bouncycastle.util.io.pem with parameters of type PemObject Modifier and Type Method 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.
-