Package sop

Class SigningResult

java.lang.Object
sop.SigningResult

public final class SigningResult extends Object
This class contains various information about a signed message.
  • Method Details

    • getMicAlg

      public MicAlg getMicAlg()
      Return a string identifying the digest mechanism used to create the signed message. This is useful for setting the micalg= parameter for the multipart/signed content type of a PGP/MIME object as described in section 5 of [RFC3156].

      If more than one signature was generated and different digest mechanisms were used, the value of the micalg object is an empty string.

      Returns:
      micalg
    • builder

      public static SigningResult.Builder builder()