public static class OpenPGPCertificate.OpenPGPSignatureChain.Revocation extends OpenPGPCertificate.OpenPGPSignatureChain.Link
signature| Constructor and Description |
|---|
Revocation(OpenPGPCertificate.OpenPGPComponentSignature signature)
Revocation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
since()
Return the
Date since when the link is effective. |
java.util.Date |
until()
Return the
Date until the signature is effective. |
create, getSignature, toString, verifypublic Revocation(OpenPGPCertificate.OpenPGPComponentSignature signature)
signature - signaturepublic java.util.Date since()
OpenPGPCertificate.OpenPGPSignatureChain.LinkDate since when the link is effective.
This is the creation time of the signature.since in class OpenPGPCertificate.OpenPGPSignatureChain.Linkpublic java.util.Date until()
OpenPGPCertificate.OpenPGPSignatureChain.LinkDate until the signature is effective.
This is, depending on which event is earlier in time, either the signature expiration time,
or the key expiration time.until in class OpenPGPCertificate.OpenPGPSignatureChain.Link