Class PemKey

    • Constructor Detail

      • PemKey

        public PemKey​(PemKey clone,
                      boolean secret)
      • PemKey

        public PemKey​(String name,
                      byte[] block,
                      boolean secret)
      • PemKey

        public PemKey​(String name,
                      String block,
                      boolean secret)
      • PemKey

        public PemKey()
      • PemKey

        public PemKey​(PemBlock clone)
      • PemKey

        public PemKey​(String name)
    • Method Detail

      • getMethod

        public String getMethod()
                         throws de.mhus.lib.errors.MException
        Description copied from interface: PemPriv
        Returns the identifier of the encoding method
        Specified by:
        getMethod in interface PemPriv
        Specified by:
        getMethod in interface PemPub
        Returns:
        the method name
        Throws:
        de.mhus.lib.errors.MException