Bouncy Castle Cryptography 1.71

org.bouncycastle.bcpg.sig
Class SignerUserID

java.lang.Object
  |
  +--org.bouncycastle.bcpg.SignatureSubpacket
        |
        +--org.bouncycastle.bcpg.sig.SignerUserID

public class SignerUserID
extends SignatureSubpacket

packet giving the User ID of the signer.


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 1.71