Package org.bouncycastle.bcpg.sig
Class SignerUserID
java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.SignerUserID
Signature Subpacket containing the User ID of the identity as which the issuer created the signature.
- See Also:
-
Field Summary
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
Constructor Summary
ConstructorDescriptionSignerUserID
(boolean critical, boolean isLongLength, byte[] data) SignerUserID
(boolean critical, String userID) -
Method Summary
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, equals, getData, getType, hashCode, isCritical, isLongLength
-
Constructor Details
-
SignerUserID
public SignerUserID(boolean critical, boolean isLongLength, byte[] data) -
SignerUserID
-
-
Method Details
-
getID
-
getRawID
public byte[] getRawID()
-