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()
- Description copied from interface:
Authenticator
- Gets the raw value of the combinedHash property.
- Specified by:
getRawCombinedHash in interface Authenticator
- Returns:
- byte[]
setRawCombinedHash
public final void setRawCombinedHash(byte[] rawCombinedHash)
- Description copied from interface:
Authenticator
- Sets the value of the combinedHash property.
- Specified by:
setRawCombinedHash in interface Authenticator
- Parameters:
rawCombinedHash - byte[]
getTextCombinedHash
public String getTextCombinedHash()
- Description copied from interface:
Authenticator
- Gets the value of the base64 encoded combinedHash property.
- Specified by:
getTextCombinedHash in interface Authenticator
- Returns:
String
setTextCombinedHash
public void setTextCombinedHash(String encodedCombinedHash)
- Description copied from interface:
Authenticator
- Sets the value of the base 64 encoded combinedHash property.
- Specified by:
setTextCombinedHash in interface Authenticator
- Parameters:
encodedCombinedHash - String
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.