org.bouncycastle.openpgp
public class PGPSignatureSubpacketVector extends Object
| Method Summary | |
|---|---|
| int[] | getCriticalTags() |
| long | getIssuerKeyID() |
| long | getKeyExpirationTime()
Return the number of seconds a key is valid for after its creation date. |
| int | getKeyFlags() |
| NotationData[] | getNotationDataOccurences() |
| int[] | getPreferredCompressionAlgorithms() |
| int[] | getPreferredHashAlgorithms() |
| int[] | getPreferredSymmetricAlgorithms() |
| Date | getSignatureCreationTime() |
| long | getSignatureExpirationTime()
Return the number of seconds a signature is valid for after its creation date. |
| String | getSignerUserID() |
| SignatureSubpacket | getSubpacket(int type) |
| SignatureSubpacket[] | getSubpackets(int type)
Return all signature subpackets of the passed in type. |
| int | size()
Return the number of packets this vector contains.
|
Returns: seconds a key is valid for.
Returns: seconds a signature is valid for.
Parameters: type subpacket type code
Returns: an array of zero or more matching subpackets.
Returns: size of the packet vector.