|
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.TrustSignature
packet giving trust.
Field Summary |
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
data |
Constructor Summary | |
TrustSignature(boolean critical,
boolean isLongLength,
byte[] data)
|
|
TrustSignature(boolean critical,
int depth,
int trustAmount)
|
Method Summary | |
int |
getDepth()
|
int |
getTrustAmount()
|
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 TrustSignature(boolean critical, boolean isLongLength, byte[] data)
public TrustSignature(boolean critical, int depth, int trustAmount)
Method Detail |
public int getDepth()
public int getTrustAmount()
|
Bouncy Castle Cryptography Library 1.69 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |