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
public class MetaFetchResult<T extends SignedTufMeta> extends java.lang.ObjectResult object returned byMetaFetcherinterface.
-
-
Constructor Summary
Constructors Constructor Description MetaFetchResult(byte[] rawBytes, T metaResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetMetaResource()The hydrated object from the bytestrema.byte[]getRawBytes()The resources raw bytes received from the mirror.
-