Package gov.usgs.earthquake.product
Class ProductSignature
java.lang.Object
gov.usgs.earthquake.product.ProductSignature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetSignature(String signature) voidsetSignatureVersion(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
-