|
Bouncy Castle Cryptography 1.30 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.PGPSignatureSubpacketVector
Container for a list of signature subpackets.
Method Summary | |
int[] |
getCriticalTags()
|
long |
getIssuerKeyID()
|
long |
getKeyExpirationTime()
Return the number of seconds a key is valid for after its creation date. |
int |
getKeyFlags()
|
int[] |
getPreferredCompressionAlgorithms()
|
int[] |
getPreferredHashAlgorithms()
|
int[] |
getPreferredSymmetricAlgorithms()
|
java.util.Date |
getSignatureCreationTime()
|
long |
getSignatureExpirationTime()
Return the number of seconds a signature is valid for after its creation date. |
java.lang.String |
getSignerUserID()
|
SignatureSubpacket |
getSubpacket(int type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public SignatureSubpacket getSubpacket(int type)
public long getIssuerKeyID()
public java.util.Date getSignatureCreationTime()
public long getSignatureExpirationTime()
public long getKeyExpirationTime()
public int[] getPreferredHashAlgorithms()
public int[] getPreferredSymmetricAlgorithms()
public int[] getPreferredCompressionAlgorithms()
public int getKeyFlags()
public java.lang.String getSignerUserID()
public int[] getCriticalTags()
|
Bouncy Castle Cryptography 1.30 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |