Class CryptoRef
- java.lang.Object
-
- org.cyclonedx.model.component.crypto.CryptoRef
-
public class CryptoRef extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.String>ref
-
Constructor Summary
Constructors Constructor Description CryptoRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<java.lang.String>getRef()inthashCode()voidsetRef(java.util.List<java.lang.String> ref)
-
-
-
Method Detail
-
getRef
public java.util.List<java.lang.String> getRef()
-
setRef
public void setRef(java.util.List<java.lang.String> ref)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-