|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.PGPSignatureSubpacketVector
public class 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()
|
NotationData[] |
getNotationDataOccurences()
|
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)
|
SignatureSubpacket[] |
getSubpackets(int type)
Return all signature subpackets of the passed in type. |
boolean |
hasSubpacket(int type)
Return true if a particular subpacket type exists. |
boolean |
isPrimaryUserID()
|
int |
size()
Return the number of packets this vector contains. |
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 boolean hasSubpacket(int type)
type
- type to look for.
public SignatureSubpacket[] getSubpackets(int type)
type
- subpacket type code
public NotationData[] getNotationDataOccurences()
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 boolean isPrimaryUserID()
public int[] getCriticalTags()
public int size()
|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |