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()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureItem

public SignatureItem()
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


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