Class EdDSAPuttyKeyDecoder

    • Constructor Detail

      • EdDSAPuttyKeyDecoder

        public EdDSAPuttyKeyDecoder()
    • Method Detail

      • loadKeyPairs

        public java.util.Collection<java.security.KeyPair> loadKeyPairs​(NamedResource resourceKey,
                                                                        PuttyKeyReader pubReader,
                                                                        PuttyKeyReader prvReader,
                                                                        java.util.Map<java.lang.String,​java.lang.String> headers)
                                                                 throws java.io.IOException,
                                                                        java.security.GeneralSecurityException
        Specified by:
        loadKeyPairs in class AbstractPuttyKeyDecoder<net.i2p.crypto.eddsa.EdDSAPublicKey,​net.i2p.crypto.eddsa.EdDSAPrivateKey>
        Throws:
        java.io.IOException
        java.security.GeneralSecurityException