Uses of Class
org.bouncycastle.util.io.pem.PemObject
-
Packages that use PemObject Package Description org.bouncycastle.util.io.pem Classes for parsing and writing basic PEM format with binary data. -
-
Uses of PemObject in org.bouncycastle.util.io.pem
Methods in org.bouncycastle.util.io.pem that return PemObject Modifier and Type Method Description PemObjectPemObject. generate()PemObjectPemObjectGenerator. generate()Generate a PEM object.PemObjectPemReader. readPemObject()Methods in org.bouncycastle.util.io.pem with parameters of type PemObject Modifier and Type Method Description intPemWriter. getOutputSize(PemObject obj)Return the number of bytes or characters required to contain the passed in object if it is PEM encoded.java.lang.ObjectPemObjectParser. parseObject(PemObject obj)Parse an object out of the PEM object passed in.
-