public class UserVerificationIndexExtensionClientOutput extends AbstractExtensionOutput<byte[]> implements RegistrationExtensionClientOutput<byte[]>, AuthenticationExtensionClientOutput<byte[]>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
Constructor and Description |
---|
UserVerificationIndexExtensionClientOutput(byte[] value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getIdentifier() |
int |
hashCode() |
getValue, validate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getValue, validate
public static final java.lang.String ID
public UserVerificationIndexExtensionClientOutput(byte[] value)
public java.lang.String getIdentifier()
getIdentifier
in interface ExtensionOutput<byte[]>
public boolean equals(java.lang.Object o)
equals
in class AbstractExtensionOutput<byte[]>
public int hashCode()
hashCode
in class AbstractExtensionOutput<byte[]>