Serialized Form
-
Package com.yubico.fido.metadata
-
Class com.yubico.fido.metadata.FidoMetadataDownloaderException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
AThrowable
that caused this exception. May be null. -
reason
@NonNull FidoMetadataDownloaderException.Reason reason
The reason why this exception was thrown.
-
-
-
Class com.yubico.fido.metadata.UnexpectedLegalHeader extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cachedBlob
MetadataBLOB cachedBlob
The cached metadata BLOB, if any, which is assumed to have an expected legal header. -
downloadedBlob
@NonNull MetadataBLOB downloadedBlob
The newly downloaded metadata BLOB, which has an unexpected legal header.The unexpected legal header can be retrieved via the
getPayload()
.getLegalHeader()
methods.
-
-
-