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.ObjectExtension outputs for the Large blob storage extension (largeBlob) in registration ceremonies.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisSupported()trueif, and only if, the created credential supports storing large blobs.java.lang.StringtoString()
-
-
-
Method Detail
-
isSupported
public boolean isSupported()
trueif, and only if, the created credential supports storing large blobs.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-