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, verify
public Revocation(OpenPGPCertificate.OpenPGPComponentSignature signature)
signature
- signaturepublic java.util.Date since()
OpenPGPCertificate.OpenPGPSignatureChain.Link
Date
since when the link is effective.
This is the creation time of the signature.since
in class OpenPGPCertificate.OpenPGPSignatureChain.Link
public java.util.Date until()
OpenPGPCertificate.OpenPGPSignatureChain.Link
Date
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