Class CryptoProperties
- java.lang.Object
-
- org.cyclonedx.model.component.crypto.CryptoProperties
-
public class CryptoProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private AlgorithmPropertiesalgorithmPropertiesprivate AssetTypeassetTypeprivate CertificatePropertiescertificatePropertiesprivate java.lang.Stringoidprivate ProtocolPropertiesprotocolPropertiesprivate RelatedCryptoMaterialPropertiesrelatedCryptoMaterialProperties
-
Constructor Summary
Constructors Constructor Description CryptoProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)AlgorithmPropertiesgetAlgorithmProperties()AssetTypegetAssetType()CertificatePropertiesgetCertificateProperties()java.lang.StringgetOid()ProtocolPropertiesgetProtocolProperties()RelatedCryptoMaterialPropertiesgetRelatedCryptoMaterialProperties()inthashCode()voidsetAlgorithmProperties(AlgorithmProperties algorithmProperties)voidsetAssetType(AssetType assetType)voidsetCertificateProperties(CertificateProperties certificateProperties)voidsetOid(java.lang.String oid)voidsetProtocolProperties(ProtocolProperties protocolProperties)voidsetRelatedCryptoMaterialProperties(RelatedCryptoMaterialProperties relatedCryptoMaterialProperties)
-
-
-
Field Detail
-
assetType
private AssetType assetType
-
algorithmProperties
private AlgorithmProperties algorithmProperties
-
certificateProperties
private CertificateProperties certificateProperties
-
relatedCryptoMaterialProperties
private RelatedCryptoMaterialProperties relatedCryptoMaterialProperties
-
protocolProperties
private ProtocolProperties protocolProperties
-
oid
private java.lang.String oid
-
-
Method Detail
-
getAssetType
public AssetType getAssetType()
-
setAssetType
public void setAssetType(AssetType assetType)
-
getAlgorithmProperties
public AlgorithmProperties getAlgorithmProperties()
-
setAlgorithmProperties
public void setAlgorithmProperties(AlgorithmProperties algorithmProperties)
-
getCertificateProperties
public CertificateProperties getCertificateProperties()
-
setCertificateProperties
public void setCertificateProperties(CertificateProperties certificateProperties)
-
getRelatedCryptoMaterialProperties
public RelatedCryptoMaterialProperties getRelatedCryptoMaterialProperties()
-
setRelatedCryptoMaterialProperties
public void setRelatedCryptoMaterialProperties(RelatedCryptoMaterialProperties relatedCryptoMaterialProperties)
-
getProtocolProperties
public ProtocolProperties getProtocolProperties()
-
setProtocolProperties
public void setProtocolProperties(ProtocolProperties protocolProperties)
-
getOid
public java.lang.String getOid()
-
setOid
public void setOid(java.lang.String oid)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-