com.didisoft.pgp.inspect
Class SignatureItem

java.lang.Object
  extended by com.didisoft.pgp.inspect.SignatureItem

public class SignatureItem
extends java.lang.Object

Contains information for an OpenPGP signature


Constructor Summary
SignatureItem(long id, java.util.Date date)
           
 
Method Summary
 long getKeyId()
          Gets the signature creator's key Id.
 java.lang.String getKeyIdHex()
          Gets the signature creator's key Id in hexadecimal format
 java.util.Date getSignatureTime()
          Returns the signature creation time
 java.lang.String getUserId()
          Gets the signer User identifier is available.
 void setUserId(java.lang.String userId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureItem

public SignatureItem(long id,
                     java.util.Date date)
Method Detail

getKeyId

public long getKeyId()
Gets the signature creator's key Id.

Returns:
signature creator's Key Id

getKeyIdHex

public java.lang.String getKeyIdHex()
Gets the signature creator's key Id in hexadecimal format

Returns:
signature creator's Key Id in hexadecimal format

getSignatureTime

public java.util.Date getSignatureTime()
Returns the signature creation time

Returns:
signature creation time

getUserId

public java.lang.String getUserId()
Gets the signer User identifier is available.
If not available will return an empty string (String.Empty)

Returns:
signer User identifier

setUserId

public void setUserId(java.lang.String userId)


Copyright © 2006-2017 DidiSoft Ltd. All Rights Reserved.