Class Standards.PKCS.Signature.Signed
- Description
- This is an ASN.1 structure from PKCS #10 v1.7 and others, which represents a signed block of data. 
- See also
- Inherit
Sequence
 
- inherit Sequence : Sequence
- Variable
algorithm
 
- SequenceStandards.PKCS.Signature.Signed.algorithm
- Description
- Getting - Signing algorithm that was used to sign with. - Setting - Signing algorithm that was used to sign with. 
- Variable
signature
 
- BitStringStandards.PKCS.Signature.Signed.signature
- Description
- Getting - The signature. - Setting - The signature. 
- Variable
tbs
 
- ObjectStandards.PKCS.Signature.Signed.tbs
- Description
- Getting - ASN.1 structure that has been signed. - Setting - ASN.1 structure that has been signed.