Package sop
Class SigningResult
java.lang.Object
sop.SigningResult
This class contains various information about a signed message.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SigningResult.Builder
builder()
Return a string identifying the digest mechanism used to create the signed message.
-
Method Details
-
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
-