|
Bouncy Castle Cryptography Library 1.71 | |||||||||
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static PGPSignatureSubpacketVector fromSubpackets(SignatureSubpacket[] packets)
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 PGPSignatureList getEmbeddedSignatures() throws PGPException
PGPException
public NotationData[] getNotationDataOccurrences()
public NotationData[] getNotationDataOccurences()
public NotationData[] getNotationDataOccurrences(java.lang.String notationName)
NotationData
occurrences which match the given notation name.
notationName
- notation name
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[] getPreferredAEADAlgorithms()
public int getKeyFlags()
public java.lang.String getSignerUserID()
public boolean isPrimaryUserID()
public int[] getCriticalTags()
public SignatureTarget getSignatureTarget()
public Features getFeatures()
public IssuerFingerprint getIssuerFingerprint()
public IntendedRecipientFingerprint getIntendedRecipientFingerprint()
public IntendedRecipientFingerprint[] getIntendedRecipientFingerprints()
public Exportable getExportable()
public boolean isExportable()
public PolicyURI getPolicyURI()
public PolicyURI[] getPolicyURIs()
public RegularExpression getRegularExpression()
public RegularExpression[] getRegularExpressions()
public Revocable getRevocable()
public boolean isRevocable()
public RevocationKey[] getRevocationKeys()
public RevocationReason getRevocationReason()
public TrustSignature getTrust()
public int size()
public SignatureSubpacket[] toArray()
|
Bouncy Castle Cryptography Library 1.71 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |