org.bouncycastle.bcpg.sig
Class PrimaryUserID
java.lang.Object
|
+--org.bouncycastle.bcpg.SignatureSubpacket
|
+--org.bouncycastle.bcpg.sig.PrimaryUserID
- public class PrimaryUserID
- extends SignatureSubpacket
packet giving whether or not the signature is signed using the primary user ID for the key.
Constructor Summary |
PrimaryUserID(boolean critical,
boolean isPrimaryUserID)
|
PrimaryUserID(boolean critical,
boolean isLongLength,
byte[] data)
|
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PrimaryUserID
public PrimaryUserID(boolean critical,
boolean isLongLength,
byte[] data)
PrimaryUserID
public PrimaryUserID(boolean critical,
boolean isPrimaryUserID)
isPrimaryUserID
public boolean isPrimaryUserID()