Package gov.usgs.earthquake.product
Class ProductSignature
java.lang.Object
gov.usgs.earthquake.product.ProductSignature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setSignature
(String signature) void
setSignatureVersion
(CryptoUtils.Version version)
-
Constructor Details
-
ProductSignature
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getSignature
- Returns:
- the signature
-
getSignatureVersion
- Returns:
- the signature version
-
setSignature
- Parameters:
signature
- the signature to set
-
setSignatureVersion
- Parameters:
version
- the signature version to set
-