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:
  • Constructor Details

    • SignerUserID

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

      public SignerUserID(boolean critical, String userID)
  • Method Details

    • getID

      public String getID()
    • getRawID

      public byte[] getRawID()