Optional
data: PartialMessage<CryptoProperties_RelatedCryptoMaterialProperties>Optional
activationThe date and time (timestamp) when the related cryptographic material was activated.
from field: optional google.protobuf.Timestamp activationDate = 6;
Optional
algorithmThe bom-ref to the algorithm used to generate the related cryptographic material.
from field: optional string algorithmRef = 4;
Optional
creationThe date and time (timestamp) when the related cryptographic material was created.
from field: optional google.protobuf.Timestamp creationDate = 5;
Optional
expirationThe date and time (timestamp) when the related cryptographic material expires.
from field: optional google.protobuf.Timestamp expirationDate = 8;
Optional
formatThe format of the related cryptographic material (e.g. P8, PEM, DER).
from field: optional string format = 11;
Optional
idThe optional unique identifier for the related cryptographic material.
from field: optional string id = 2;
Optional
securedThe mechanism by which the cryptographic asset is secured.
from field: optional cyclonedx.v1_6.CryptoProperties.RelatedCryptoMaterialProperties.CryptoRelatedSecuredBy securedBy = 12;
Optional
sizeThe size of the cryptographic asset (in bits).
from field: optional int64 size = 10;
Optional
stateThe key state as defined by NIST SP 800-57.
from field: optional cyclonedx.v1_6.CryptoProperties.RelatedCryptoMaterialProperties.CryptoRelatedState state = 3;
Optional
typeThe type for the related cryptographic material
from field: optional cyclonedx.v1_6.CryptoProperties.RelatedCryptoMaterialProperties.CryptoRelatedType type = 1;
Optional
updateThe date and time (timestamp) when the related cryptographic material was updated.
from field: optional google.protobuf.Timestamp updateDate = 7;
Optional
valueThe associated value of the cryptographic material.
from field: optional string value = 9;
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeCreate a deep copy.
Compare with a message of the same type.
Parse from binary data, merging fields.
Repeated fields are appended. Map entries are added, overwriting existing keys.
If a message field is already present, it will be merged with the new data.
Optional
options: Partial<BinaryReadOptions>Retrieve the MessageType of this message - a singleton that represents the protobuf message declaration and provides metadata for reflection- based operations.
Protected
toJSONOverride for serialization behavior. This will be invoked when calling JSON.stringify on this message (i.e. JSON.stringify(msg)).
Note that this will not serialize google.protobuf.Any with a packed message because the protobuf JSON format specifies that it needs to be unpacked, and this is only possible with a type registry to look up the message type. As a result, attempting to serialize a message with this type will throw an Error.
This method is protected because you should not need to invoke it directly -- instead use JSON.stringify or toJsonString for stringified JSON. Alternatively, if actual JSON is desired, you should use toJson.
Static
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
Generated
from message cyclonedx.v1_6.CryptoProperties.RelatedCryptoMaterialProperties