Package com.yubico.fido.metadata
Class FidoMetadataService.FidoMetadataServiceBuilder.Step1
java.lang.Object
com.yubico.fido.metadata.FidoMetadataService.FidoMetadataServiceBuilder.Step1
- Enclosing class:
- FidoMetadataService.FidoMetadataServiceBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionuseBlob
(@NonNull MetadataBLOB blob) Use payload of the givenblob
as the data source.useBlob
(@NonNull MetadataBLOBPayload blobPayload) Use the givenblobPayload
as the data source.
-
Constructor Details
-
Step1
public Step1()
-
-
Method Details
-
useBlob
Use payload of the givenblob
as the data source.The
FidoMetadataDownloader.loadCachedBlob()
method returns a value suitable for use here.This is an alias of
useBlob(blob.getPayload()
. -
useBlob
public FidoMetadataService.FidoMetadataServiceBuilder useBlob(@NonNull @NonNull MetadataBLOBPayload blobPayload) Use the givenblobPayload
as the data source.The
FidoMetadataDownloader.loadCachedBlob()
method returns a value whose.getPayload()
result is suitable for use here.
-