cdx-proto
    Preparing search index...

    Type Alias CryptoProperties_CertificateProperties

    CryptoProperties_CertificateProperties: Message<
        "cyclonedx.v1_6.CryptoProperties.CertificateProperties",
    > & {
        certificateExtension?: string;
        certificateFormat?: string;
        issuerName?: string;
        notValidAfter?: Timestamp;
        notValidBefore?: Timestamp;
        signatureAlgorithmRef?: string;
        subjectName?: string;
        subjectPublicKeyRef?: string;
    }

    Type declaration

    • OptionalcertificateExtension?: string

      The file extension of the certificate. Examples include crt, pem, cer, der, and p12.

      from field: optional string certificateExtension = 8;

    • OptionalcertificateFormat?: string

      The format of the certificate. Examples include X.509, PEM, DER, and CVC.

      from field: optional string certificateFormat = 7;

    • OptionalissuerName?: string

      The issuer name for the certificate

      from field: optional string issuerName = 2;

    • OptionalnotValidAfter?: Timestamp

      The date and time according to ISO-8601 standard from which the certificate is not valid anymore

      from field: optional google.protobuf.Timestamp notValidAfter = 4;

    • OptionalnotValidBefore?: Timestamp

      The date and time according to ISO-8601 standard from which the certificate is valid

      from field: optional google.protobuf.Timestamp notValidBefore = 3;

    • OptionalsignatureAlgorithmRef?: string

      The bom-ref to signature algorithm used by the certificate

      from field: optional string signatureAlgorithmRef = 5;

    • OptionalsubjectName?: string

      The subject name for the certificate

      from field: optional string subjectName = 1;

    • OptionalsubjectPublicKeyRef?: string

      The bom-ref to the public key of the subject

      from field: optional string subjectPublicKeyRef = 6;

    from message cyclonedx.v1_6.CryptoProperties.CertificateProperties