Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. SignedData ::= SEQUENCE {
  2. version CMSVersion,
  3. digestAlgorithms DigestAlgorithmIdentifiers,
  4. encapContentInfo EncapsulatedContentInfo,
  5. certificates [0] IMPLICIT CertificateSet OPTIONAL,
  6. crls [1] IMPLICIT RevocationInfoChoices OPTIONAL,
  7. signerInfos SignerInfos }
  8.  
  9. The digestAlgorithms set contains the OIDs of the digest algorithm(s)
  10. used in signing the encapsulated content. This set MUST contain
  11. exactly one digest algorithm OID [...]
  12.  
  13. SignerInfo ::= SEQUENCE {
  14. version CMSVersion,
  15. sid SignerIdentifier,
  16. digestAlgorithm DigestAlgorithmIdentifier,
  17. signedAttrs [0] IMPLICIT SignedAttributes OPTIONAL,
  18. signatureAlgorithm SignatureAlgorithmIdentifier,
  19. signature SignatureValue,
  20. unsignedAttrs [1] IMPLICIT UnsignedAttributes OPTIONAL }
  21.  
  22. The digestAlgorithm MUST consist of the OID of a digest algorithm
  23. that conforms to the RPKI Algorithms and Key Size Profile
  24. specification [RFC6485].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement