Uses of Class
org.cyclonedx.model.component.crypto.RelatedCryptographicAsset
Packages that use RelatedCryptographicAsset
-
Uses of RelatedCryptographicAsset in org.cyclonedx.model.component.crypto
Methods in org.cyclonedx.model.component.crypto that return types with arguments of type RelatedCryptographicAssetModifier and TypeMethodDescriptionAlgorithmProperties.getRelatedCryptographicAssets()CertificateProperties.getRelatedCryptographicAssets()ProtocolProperties.getRelatedCryptographicAssets()RelatedCryptoMaterialProperties.getRelatedCryptographicAssets()Method parameters in org.cyclonedx.model.component.crypto with type arguments of type RelatedCryptographicAssetModifier and TypeMethodDescriptionvoidAlgorithmProperties.setRelatedCryptographicAssets(List<RelatedCryptographicAsset> relatedCryptographicAssets) voidCertificateProperties.setRelatedCryptographicAssets(List<RelatedCryptographicAsset> relatedCryptographicAssets) voidProtocolProperties.setRelatedCryptographicAssets(List<RelatedCryptographicAsset> relatedCryptographicAssets) voidRelatedCryptoMaterialProperties.setRelatedCryptographicAssets(List<RelatedCryptographicAsset> relatedCryptographicAssets)