Package dev.sigstore.tuf
Class MetaFetchResult<T extends SignedTufMeta>
java.lang.Object
dev.sigstore.tuf.MetaFetchResult<T>
- Type Parameters:
T
- a TUF signed resource role
Result object returned by
MetaFetcher
interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe hydrated object from the bytestrema.byte[]
The resources raw bytes received from the mirror.
-
Constructor Details
-
MetaFetchResult
-
-
Method Details
-
getRawBytes
public byte[] getRawBytes()The resources raw bytes received from the mirror. -
getMetaResource
The hydrated object from the bytestrema.
-