public class RevocationKey extends SignatureSubpacket
data| Constructor and Description |
|---|
RevocationKey(boolean isCritical,
boolean isLongLength,
byte[] data)
Deprecated.
|
RevocationKey(boolean isCritical,
byte signatureClass,
int keyAlgorithm,
byte[] fingerprint)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAlgorithm()
Deprecated.
|
byte[] |
getFingerprint()
Deprecated.
|
KeyIdentifier |
getKeyIdentifier()
Deprecated.
|
byte |
getSignatureClass()
Deprecated.
|
encode, equals, getData, getType, hashCode, isCritical, isLongLengthpublic RevocationKey(boolean isCritical,
boolean isLongLength,
byte[] data)
public RevocationKey(boolean isCritical,
byte signatureClass,
int keyAlgorithm,
byte[] fingerprint)
public byte getSignatureClass()
public int getAlgorithm()
public byte[] getFingerprint()
public KeyIdentifier getKeyIdentifier()