Skip to main content

CodeSignSigningKeyObjects

The values of a set of cryptographic objects, along with the contained material, and its previous versions.

type CodeSignSigningKeyObjects {
keyPair: CodeSignKeyPairValues!
certificate: CodeSignCertificateValues
}

Fields

CodeSignSigningKeyObjects.keyPair ● CodeSignKeyPairValues! non-null object

A key pair object including values for the next rotation, the active key pair, and a set of historical versions.

CodeSignSigningKeyObjects.certificate ● CodeSignCertificateValues object

A X.509 certificate object including values for the next renewal, the active certificate, and a set of historical versions.

Member Of

CodeSignSigningKey object