org.bouncycastle.bcpg.sig
Class SignerUserID
java.lang.Object
|
+--org.bouncycastle.bcpg.SignatureSubpacket
|
+--org.bouncycastle.bcpg.sig.SignerUserID
- public class SignerUserID
- extends SignatureSubpacket
Signature Subpacket containing the User ID of the identity as which the issuer created the signature.
- See Also:
-
RFC4880 - Signer's User ID,
RFC9580 - Signer's User ID
Constructor Summary |
SignerUserID(boolean critical,
boolean isLongLength,
byte[] data)
|
SignerUserID(boolean critical,
java.lang.String userID)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SignerUserID
public SignerUserID(boolean critical,
boolean isLongLength,
byte[] data)
SignerUserID
public SignerUserID(boolean critical,
java.lang.String userID)
getID
public java.lang.String getID()
getRawID
public byte[] getRawID()