Interface BasicAuthenticationDetailsProvider

    • Method Detail

      • getKeyId

        String getKeyId()
        Returns the keyId used to sign requests.
        Returns:
        The keyId.
      • getPrivateKey

        InputStream getPrivateKey()
        Returns a new InputStream to the private key.

        This stream should be closed by the caller, implementations should return new streams each time.

        Returns:
        A new InputStream.
      • getPassPhrase

        @Deprecated
        String getPassPhrase()
        Deprecated.
        Use getPassphraseCharacters instead
        Returns the optional pass phrase for the (encrypted) private key.
        Returns:
        The pass phrase, or null if not applicable
      • getPassphraseCharacters

        char[] getPassphraseCharacters()
        Returns the optional pass phrase for the (encrypted) private key, as a character array.
        Returns:
        The pass phrase as character array, or null if not applicable