Class DSSPuttyKeyDecoder

    • Constructor Detail

      • DSSPuttyKeyDecoder

        public DSSPuttyKeyDecoder()
    • Method Detail

      • loadKeyPairs

        public java.util.Collection<java.security.KeyPair> loadKeyPairs​(NamedResource resourceKey,
                                                                        int formatVersion,
                                                                        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<java.security.interfaces.DSAPublicKey,​java.security.interfaces.DSAPrivateKey>
        Throws:
        java.io.IOException
        java.security.GeneralSecurityException