com.sun.xml.ws.security.trust.impl.elements
Class AuthenticatorImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
      extended by com.sun.xml.ws.security.trust.impl.elements.AuthenticatorImpl
All Implemented Interfaces:
Authenticator

public class AuthenticatorImpl
extends com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
implements Authenticator

Provides verification (authentication) of a computed hash.


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
any, combinedHash
 
Constructor Summary
AuthenticatorImpl()
           
AuthenticatorImpl(com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType aType)
           
AuthenticatorImpl(byte[] hash)
           
 
Method Summary
 byte[] getRawCombinedHash()
          Gets the raw value of the combinedHash property.
 java.lang.String getTextCombinedHash()
          Gets the value of the base64 encoded combinedHash property.
 void setRawCombinedHash(byte[] rawCombinedHash)
          Sets the value of the combinedHash property.
 void setTextCombinedHash(java.lang.String encodedCombinedHash)
          Sets the value of the base 64 encoded combinedHash property.
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType
getAny, getCombinedHash, setCombinedHash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.Authenticator
getAny
 

Constructor Detail

AuthenticatorImpl

public AuthenticatorImpl()

AuthenticatorImpl

public AuthenticatorImpl(com.sun.xml.ws.security.trust.impl.bindings.AuthenticatorType aType)
                  throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

AuthenticatorImpl

public AuthenticatorImpl(byte[] hash)
Method Detail

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 java.lang.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(java.lang.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