public class AuthenticatorImpl extends AuthenticatorType implements Authenticator
any, combinedHash| Constructor and Description |
|---|
AuthenticatorImpl() |
AuthenticatorImpl(AuthenticatorType aType) |
AuthenticatorImpl(byte[] hash) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRawCombinedHash() |
String |
getTextCombinedHash() |
void |
setRawCombinedHash(byte[] rawCombinedHash) |
void |
setTextCombinedHash(String encodedCombinedHash) |
getAny, getCombinedHash, setCombinedHashclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnypublic AuthenticatorImpl()
public AuthenticatorImpl(AuthenticatorType aType) throws RuntimeException
RuntimeExceptionpublic AuthenticatorImpl(byte[] hash)
public byte[] getRawCombinedHash()
getRawCombinedHash in interface Authenticatorpublic final void setRawCombinedHash(byte[] rawCombinedHash)
setRawCombinedHash in interface Authenticatorpublic String getTextCombinedHash()
getTextCombinedHash in interface Authenticatorpublic void setTextCombinedHash(String encodedCombinedHash)
setTextCombinedHash in interface AuthenticatorCopyright © 2005–2018 Oracle Corporation. All rights reserved.