com.sun.xml.ws.security.trust.impl.elements
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
public class AuthenticatorImpl
- extends AuthenticatorType
- implements Authenticator
Provides verification (authentication) of a computed hash.
- Author:
- Manveen Kaur
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticatorImpl
public AuthenticatorImpl()
AuthenticatorImpl
public AuthenticatorImpl(AuthenticatorType aType)
throws RuntimeException
- Throws:
RuntimeException
AuthenticatorImpl
public AuthenticatorImpl(byte[] hash)
getRawCombinedHash
public byte[] getRawCombinedHash()
- Specified by:
getRawCombinedHash in interface Authenticator
setRawCombinedHash
public final void setRawCombinedHash(byte[] rawCombinedHash)
- Specified by:
setRawCombinedHash in interface Authenticator
getTextCombinedHash
public String getTextCombinedHash()
- Specified by:
getTextCombinedHash in interface Authenticator
setTextCombinedHash
public void setTextCombinedHash(String encodedCombinedHash)
- Specified by:
setTextCombinedHash in interface Authenticator
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.