Class CertificateDecoder

    • Constructor Detail

      • CertificateDecoder

        public CertificateDecoder()
    • Method Detail

      • getStartLine

        public abstract java.lang.String getStartLine()
      • getEndLine

        public abstract java.lang.String getEndLine()
      • createKeyPair

        public java.security.KeyPair createKeyPair​(PEMStructure pemStructure,
                                                   java.lang.String password)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • createKeyPair

        protected abstract java.security.KeyPair createKeyPair​(PEMStructure pemStructure)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException