Interface CMSSignedDataVerified


  • public interface CMSSignedDataVerified
    Signed Data.
    Since:
    6.0M1
    Version:
    $Id: 8a08858704c353b7afaf734e10d811daabe93e34 $
    • Method Detail

      • getContentType

        String getContentType()
        Returns:
        the type of the signed data.
      • getContent

        byte[] getContent()
        Returns:
        the data.
      • isVerified

        boolean isVerified()
        Returns:
        true if all signatures are verified.