Class AuthenticatorImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
-
- com.sun.xml.ws.security.trust.impl.elements.AuthenticatorImpl
-
- All Implemented Interfaces:
com.sun.xml.ws.security.trust.elements.Authenticator
public class AuthenticatorImpl extends AuthenticatorType implements com.sun.xml.ws.security.trust.elements.Authenticator
Provides verification (authentication) of a computed hash.- Author:
- Manveen Kaur
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
any, combinedHash
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorImpl()AuthenticatorImpl(byte[] hash)AuthenticatorImpl(AuthenticatorType aType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getRawCombinedHash()StringgetTextCombinedHash()voidsetRawCombinedHash(byte[] rawCombinedHash)voidsetTextCombinedHash(String encodedCombinedHash)-
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
getAny, getCombinedHash, setCombinedHash
-
-
-
-
Constructor Detail
-
AuthenticatorImpl
public AuthenticatorImpl()
-
AuthenticatorImpl
public AuthenticatorImpl(AuthenticatorType aType) throws RuntimeException
- Throws:
RuntimeException
-
AuthenticatorImpl
public AuthenticatorImpl(byte[] hash)
-
-
Method Detail
-
getRawCombinedHash
public byte[] getRawCombinedHash()
- Specified by:
getRawCombinedHashin interfacecom.sun.xml.ws.security.trust.elements.Authenticator
-
setRawCombinedHash
public final void setRawCombinedHash(byte[] rawCombinedHash)
- Specified by:
setRawCombinedHashin interfacecom.sun.xml.ws.security.trust.elements.Authenticator
-
getTextCombinedHash
public String getTextCombinedHash()
- Specified by:
getTextCombinedHashin interfacecom.sun.xml.ws.security.trust.elements.Authenticator
-
setTextCombinedHash
public void setTextCombinedHash(String encodedCombinedHash)
- Specified by:
setTextCombinedHashin interfacecom.sun.xml.ws.security.trust.elements.Authenticator
-
-