Interface CMSSignerInfo

  • All Known Subinterfaces:
    CMSSignerVerifiedInformation

    public interface CMSSignerInfo
    Signer information, including an already computed signature.
    Since:
    6.0M1
    Version:
    $Id: 0712bd44e3e311de6e765858df0395fb27676e50 $
    • Method Detail

      • getIssuer

        PrincipalIndentifier getIssuer()
        Returns:
        the issuer of the certificate related to this signature.
      • getSerialNumber

        BigInteger getSerialNumber()
        Returns:
        the serial number attributed to the certificate related to this signature by the issuer.
      • getSubjectKeyIdentifier

        byte[] getSubjectKeyIdentifier()
        Returns:
        the subject key identifier.