Class KeyDigestAlgoParamImpl
- java.lang.Object
-
- com.sun.enterprise.security.auth.digest.impl.KeyDigestAlgoParamImpl
-
- All Implemented Interfaces:
DigestAlgorithmParameter,Key,AlgorithmParameterSpec
public class KeyDigestAlgoParamImpl extends Object implements DigestAlgorithmParameter, Key
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description KeyDigestAlgoParamImpl(String user, String realm)KeyDigestAlgoParamImpl(String algorithm, String user, String realm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()byte[]getDelimiter()StringgetName()StringgetRealmName()StringgetUsername()byte[]getValue()
-
-
-
Method Detail
-
getUsername
public String getUsername()
- Specified by:
getUsernamein interfaceKey
-
getRealmName
public String getRealmName()
- Specified by:
getRealmNamein interfaceKey
-
getValue
public byte[] getValue()
- Specified by:
getValuein interfaceDigestAlgorithmParameter
-
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithmin interfaceDigestAlgorithmParameter
-
getDelimiter
public byte[] getDelimiter()
- Specified by:
getDelimiterin interfaceDigestAlgorithmParameter
-
getName
public String getName()
- Specified by:
getNamein interfaceDigestAlgorithmParameter
-
-