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 AuthenticatorType
implements 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
AuthenticatorImpl()
           
AuthenticatorImpl(AuthenticatorType aType)
           
AuthenticatorImpl(byte[] hash)
           
 
Method Summary
 byte[] getRawCombinedHash()
           
 String getTextCombinedHash()
           
 void setRawCombinedHash(byte[] rawCombinedHash)
           
 void setTextCombinedHash(String encodedCombinedHash)
           
 
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(AuthenticatorType aType)
                  throws RuntimeException
Throws:
RuntimeException

AuthenticatorImpl

public AuthenticatorImpl(byte[] hash)
Method Detail

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-2014 Oracle Corporation. All Rights Reserved.