You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A SignerIdentifier or RecipientIdentifier references the public key of the signer or recipient.
Currently this requires an x509 certificate of which the issuer and serialnumber are taken.
The spec supports an alternative choice for this as the key of the signer or recipient are not necessarely an x509 certificate.
This alternative is the field 'SubjectKeyIdentifier'.
It should be possible to define this as identifier instead of issuer and serialnumber to support cases where there isn't an x509 certificate available.
The text was updated successfully, but these errors were encountered:
If the SignerIdentifier is the CHOICE issuerAndSerialNumber, then the version MUST be 1. If the SignerIdentifier is subjectKeyIdentifier, then the version MUST be 3.
subjectKeyIdentifier MUST be used to refer to a public key contained in a non-X.509 certificate.
If the RecipientIdentifier is the CHOICE issuerAndSerialNumber, then the version MUST be 0. If the RecipientIdentifier is subjectKeyIdentifier, then the version MUST be 2.
A SignerIdentifier or RecipientIdentifier references the public key of the signer or recipient.
Currently this requires an x509 certificate of which the issuer and serialnumber are taken.
The spec supports an alternative choice for this as the key of the signer or recipient are not necessarely an x509 certificate.
This alternative is the field 'SubjectKeyIdentifier'.
It should be possible to define this as identifier instead of issuer and serialnumber to support cases where there isn't an x509 certificate available.
The text was updated successfully, but these errors were encountered: