Package org.pgpainless.algorithm
Class RevocationState
java.lang.Object
org.pgpainless.algorithm.RevocationState
- All Implemented Interfaces:
Comparable<RevocationState>
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getDate()
getType()
static RevocationState
int
hashCode()
boolean
boolean
boolean
static RevocationState
static RevocationState
softRevoked
(Date date) toString()
-
Method Details
-
notRevoked
-
softRevoked
-
hardRevoked
-
getType
-
getDate
-
isHardRevocation
public boolean isHardRevocation() -
isSoftRevocation
public boolean isSoftRevocation() -
isNotRevoked
public boolean isNotRevoked() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<RevocationState>
-
hashCode
public int hashCode() -
equals
-