Uses of Interface
com.dstc.security.cms.SignedData

Packages that use SignedData
com.dstc.security.cms This package defines classes and interfaces for the Cryptographic Message Syntax (CMS) specified in IETF RFC 2630. 
com.dstc.security.smime This package defines classes and interfaces for S/MIME v3 as specified in IETF RFC 2633. 
 

Uses of SignedData in com.dstc.security.cms
 

Methods in com.dstc.security.cms that return SignedData
 SignedData VerificationResult.getCMSSignedData()
          Returns a SignedData instance for the signed message which can be queried for signer and signing information.
 

Uses of SignedData in com.dstc.security.smime
 

Methods in com.dstc.security.smime that return SignedData
 SignedData VerificationResult.getCMSSignedData()
          Returns the CMS SignedData for the signed message which can be queried for signer information, amongst other things.