Bouncy Castle Cryptography Library 1.79

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

Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
 
Constructor Summary
SignerUserID(boolean critical, boolean isLongLength, byte[] data)
           
SignerUserID(boolean critical, java.lang.String userID)
           
 
Method Summary
 java.lang.String getID()
           
 byte[] getRawID()
           
 
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

SignerUserID

public SignerUserID(boolean critical,
                    boolean isLongLength,
                    byte[] data)

SignerUserID

public SignerUserID(boolean critical,
                    java.lang.String userID)
Method Detail

getID

public java.lang.String getID()

getRawID

public byte[] getRawID()

Bouncy Castle Cryptography Library 1.79