Interface Key
-
- All Known Implementing Classes:
KeyDigestAlgoParamImpl
public interface KeyRepresents 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRealmName()StringgetUsername()
-