public static final class Extensions.LargeBlob.LargeBlobAuthenticationOutput
extends java.lang.Object
largeBlob) in
authentication ceremonies.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Optional<ByteArray> |
getBlob()
The opaque byte string that was associated with the credential identified by
PublicKeyCredential.getId(). |
java.util.Optional<java.lang.Boolean> |
getWritten()
A boolean that indicates that the contents of
LargeBlobAuthenticationInput#write(ByteArray) were successfully stored on the
authenticator, associated with the specified credential. |
int |
hashCode() |
java.lang.String |
toString() |
public java.util.Optional<ByteArray> getBlob()
PublicKeyCredential.getId(). Only valid if Extensions.LargeBlob.LargeBlobAuthenticationInput.getRead()
was true.Optional if Extensions.LargeBlob.LargeBlobAuthenticationInput.getRead() was
true and the blob content was successfully read. Otherwise (if Extensions.LargeBlob.LargeBlobAuthenticationInput.getRead() was false or the content failed to
be read) an empty Optional.public java.util.Optional<java.lang.Boolean> getWritten()
LargeBlobAuthenticationInput#write(ByteArray) were successfully stored on the
authenticator, associated with the specified credential.Extensions.LargeBlob.LargeBlobAuthenticationInput.getWrite() was not present. Otherwise
true if and only if the value of Extensions.LargeBlob.LargeBlobAuthenticationInput.getWrite() was successfully stored by the authenticator.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object