Interface ScramSaslServerSource.SaltAndPasswordKeys

  • Enclosing interface:
    ScramSaslServerSource

    public static interface ScramSaslServerSource.SaltAndPasswordKeys
    • Method Detail

      • getSalt

        byte[] getSalt()
      • getStoredKey

        byte[] getStoredKey()
                     throws javax.security.sasl.SaslException
        Throws:
        javax.security.sasl.SaslException
      • getServerKey

        byte[] getServerKey()
                     throws javax.security.sasl.SaslException
        Throws:
        javax.security.sasl.SaslException
      • getIterationCount

        int getIterationCount()
                       throws javax.security.sasl.SaslException
        Throws:
        javax.security.sasl.SaslException