Package org.pgpainless.key.util
Class RevocationAttributes.WithDescription
java.lang.Object
org.pgpainless.key.util.RevocationAttributes.WithDescription
- Enclosing class:
RevocationAttributes
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription
(String description) Set a human-readable description of the revocation reason.Set an empty human-readable description.
-
Method Details
-
withDescription
Set a human-readable description of the revocation reason.- Parameters:
description
- description- Returns:
- revocation attributes
-
withoutDescription
Set an empty human-readable description.- Returns:
- revocation attributes
-