|
Bouncy Castle Cryptography Library 1.69 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.IntendedRecipientFingerprint
packet giving the intended recipient fingerprint.
Field Summary |
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
data |
Constructor Summary | |
IntendedRecipientFingerprint(boolean critical,
boolean isLongLength,
byte[] data)
|
|
IntendedRecipientFingerprint(boolean critical,
int keyVersion,
byte[] fingerprint)
|
Method Summary | |
byte[] |
getFingerprint()
|
int |
getKeyVersion()
|
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
encode, equals, getData, getType, hashCode, isCritical, isLongLength |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntendedRecipientFingerprint(boolean critical, boolean isLongLength, byte[] data)
public IntendedRecipientFingerprint(boolean critical, int keyVersion, byte[] fingerprint)
Method Detail |
public int getKeyVersion()
public byte[] getFingerprint()
|
Bouncy Castle Cryptography Library 1.69 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |