public class ResourceReference extends Object
| Constructor and Description | 
|---|
ResourceReference(URI uri,
                 HashAlgorithm algorithm,
                 byte[] bytes)  | 
| Modifier and Type | Method and Description | 
|---|---|
HashAlgorithm | 
getAlgorithm()  | 
byte[] | 
getBytes()  | 
URI | 
getUri()  | 
public ResourceReference(URI uri, HashAlgorithm algorithm, byte[] bytes)
public URI getUri()
public HashAlgorithm getAlgorithm()
public byte[] getBytes()
Copyright © 2020 National Institute of Standards and Technology. All rights reserved.