Class RelatedCryptoMaterialProperties

java.lang.Object
org.cyclonedx.model.component.crypto.RelatedCryptoMaterialProperties

public class RelatedCryptoMaterialProperties extends Object
  • Constructor Details

    • RelatedCryptoMaterialProperties

      public RelatedCryptoMaterialProperties()
  • Method Details

    • getType

      public RelatedCryptoMaterialType getType()
    • setType

      public void setType(RelatedCryptoMaterialType type)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getState

      public State getState()
    • setState

      public void setState(State state)
    • getAlgorithmRef

      public String getAlgorithmRef()
    • setAlgorithmRef

      public void setAlgorithmRef(String algorithmRef)
    • getCreationDate

      public String getCreationDate()
    • setCreationDate

      public void setCreationDate(String creationDate)
    • getActivationDate

      public String getActivationDate()
    • setActivationDate

      public void setActivationDate(String activationDate)
    • getUpdateDate

      public String getUpdateDate()
    • setUpdateDate

      public void setUpdateDate(String updateDate)
    • getExpirationDate

      public String getExpirationDate()
    • setExpirationDate

      public void setExpirationDate(String expirationDate)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getSize

      public Integer getSize()
    • setSize

      public void setSize(Integer size)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • getSecuredBy

      public SecuredBy getSecuredBy()
    • setSecuredBy

      public void setSecuredBy(SecuredBy securedBy)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object