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

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

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.