Package com.yubico.webauthn.data
Class Extensions.LargeBlob.LargeBlobRegistrationOutput
- java.lang.Object
-
- com.yubico.webauthn.data.Extensions.LargeBlob.LargeBlobRegistrationOutput
-
- Enclosing class:
- Extensions.LargeBlob
public static final class Extensions.LargeBlob.LargeBlobRegistrationOutput extends java.lang.Object
Extension outputs for the Large blob storage extension (largeBlob
) in registration ceremonies.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
boolean
isSupported()
true
if, and only if, the created credential supports storing large blobs.java.lang.String
toString()
-
-
-
Method Detail
-
isSupported
public boolean isSupported()
true
if, and only if, the created credential supports storing large blobs.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-