Package org.cyclonedx.model
Class Hash
- java.lang.Object
-
- org.cyclonedx.model.Hash
-
public class Hash extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHash.Algorithm
-
Constructor Summary
Constructors Constructor Description Hash()Hash(java.lang.String algorithm, java.lang.String value)Hash(Hash.Algorithm algorithm, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetAlgorithm()java.lang.StringgetValue()inthashCode()
-
-
-
Constructor Detail
-
Hash
public Hash()
-
Hash
public Hash(Hash.Algorithm algorithm, java.lang.String value)
-
Hash
public Hash(java.lang.String algorithm, java.lang.String value)
-
-