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:
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 -
Method Summary
Modifier and TypeMethodDescriptionbyte[]final voidsetRawCombinedHash(byte[] rawCombinedHash) voidsetTextCombinedHash(String encodedCombinedHash) Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
getAny, getCombinedHash, setCombinedHashMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.Authenticator
getAny
-
Constructor Details
-
AuthenticatorImpl
public AuthenticatorImpl() -
AuthenticatorImpl
- Throws:
RuntimeException
-
AuthenticatorImpl
public AuthenticatorImpl(byte[] hash)
-
-
Method Details
-
getRawCombinedHash
public byte[] getRawCombinedHash()- Specified by:
getRawCombinedHashin interfaceAuthenticator
-
setRawCombinedHash
public final void setRawCombinedHash(byte[] rawCombinedHash) - Specified by:
setRawCombinedHashin interfaceAuthenticator
-
getTextCombinedHash
- Specified by:
getTextCombinedHashin interfaceAuthenticator
-
setTextCombinedHash
- Specified by:
setTextCombinedHashin interfaceAuthenticator
-