cdx-proto
    Preparing search index...

    Enumeration CryptoProperties_CryptoAssetType

    Asset Type

    from enum cyclonedx.v1_7.CryptoProperties.CryptoAssetType

    Index

    Enumeration Members

    ALGORITHM: 1

    Mathematical function commonly used for data encryption, authentication, and digital signatures.

    from enum value: CRYPTO_ASSET_TYPE_ALGORITHM = 1;

    CERTIFICATE: 2

    An electronic document that is used to provide the identity or validate a public key.

    from enum value: CRYPTO_ASSET_TYPE_CERTIFICATE = 2;

    PROTOCOL: 3

    A set of rules and guidelines that govern the behavior and communication with each other.

    from enum value: CRYPTO_ASSET_TYPE_PROTOCOL = 3;

    RELATED_CRYPTO_MATERIAL: 4

    Other cryptographic assets related to algorithms, certificates, and protocols such as keys and tokens.

    from enum value: CRYPTO_ASSET_TYPE_RELATED_CRYPTO_MATERIAL = 4;

    UNSPECIFIED: 0

    ProtoBuff's default value

    from enum value: CRYPTO_ASSET_TYPE_UNSPECIFIED = 0;