Class MiscPEMGenerator

  • All Implemented Interfaces:
    org.bouncycastle.util.io.pem.PemObjectGenerator
    Direct Known Subclasses:
    JcaMiscPEMGenerator

    public class MiscPEMGenerator
    extends java.lang.Object
    implements org.bouncycastle.util.io.pem.PemObjectGenerator
    PEM generator for the original set of PEM objects used in Open SSL.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.util.io.pem.PemObject generate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MiscPEMGenerator

        public MiscPEMGenerator​(java.lang.Object o)
      • MiscPEMGenerator

        public MiscPEMGenerator​(java.lang.Object o,
                                PEMEncryptor encryptor)
    • Method Detail

      • generate

        public org.bouncycastle.util.io.pem.PemObject generate()
                                                        throws org.bouncycastle.util.io.pem.PemGenerationException
        Specified by:
        generate in interface org.bouncycastle.util.io.pem.PemObjectGenerator
        Throws:
        org.bouncycastle.util.io.pem.PemGenerationException