Class PEMDecoder


  • public class PEMDecoder
    extends java.lang.Object
    PEM Support.
    • Constructor Summary

      Constructors 
      Constructor Description
      PEMDecoder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object decode​(char[] pem, java.lang.String password)  
      static boolean isPEMEncrypted​(PEMStructure ps)  
      • Methods inherited from class java.lang.Object

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

      • PEMDecoder

        public PEMDecoder()
    • Method Detail

      • isPEMEncrypted

        public static final boolean isPEMEncrypted​(PEMStructure ps)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • decode

        public static java.lang.Object decode​(char[] pem,
                                              java.lang.String password)
                                       throws java.io.IOException
        Throws:
        java.io.IOException