org.bouncycastle.openpgp
Class PGPSignatureSubpacketVector
java.lang.Object
|
+--org.bouncycastle.openpgp.PGPSignatureSubpacketVector
- public class PGPSignatureSubpacketVector
- extends java.lang.Object
Container for a list of signature subpackets.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSubpacket
public SignatureSubpacket getSubpacket(int type)
getIssuerKeyID
public long getIssuerKeyID()
getSignatureCreationTime
public java.util.Date getSignatureCreationTime()
getSignatureExpirationTime
public long getSignatureExpirationTime()
- Return the number of seconds a signature is valid for after its creation date. A value of zero means
the key never expires.
- Returns:
- seconds a signature is valid for.
getKeyExpirationTime
public long getKeyExpirationTime()
- Return the number of seconds a key is valid for after its creation date. A value of zero means
the key never expires.
- Returns:
- seconds a key is valid for.
getPreferredHashAlgorithms
public int[] getPreferredHashAlgorithms()
getPreferredSymmetricAlgorithms
public int[] getPreferredSymmetricAlgorithms()
getPreferredCompressionAlgorithms
public int[] getPreferredCompressionAlgorithms()
getKeyFlags
public int getKeyFlags()
getSignerUserID
public java.lang.String getSignerUserID()
getCriticalTags
public int[] getCriticalTags()