Interface Key

  • All Known Implementing Classes:
    KeyDigestAlgoParamImpl

    public interface Key
    Represents the Key (username + realmname+passwd) to be used in the Digest calculation. Password is to be obtained from the store using the Key to complete the digest calculation.
    Author:
    K.Venugopal@sun.com
    • Method Detail

      • getRealmName

        String getRealmName()
      • getUsername

        String getUsername()