|
Bouncy Castle Cryptography Library 1.81 | |||||||||
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(java.util.Collection packets)
PGPSignatureSubpacketVector
from the given Collection
of
SignatureSubpacket
items.
If the collection is null, return an empty PGPSignatureSubpacketVector
.
packets
- collection of items or null
public static PGPSignatureSubpacketVector fromSubpackets(SignatureSubpacket[] packets)
PGPSignatureSubpacketVector
from the given SignatureSubpacket[]
.
If the array is null, return an empty PGPSignatureSubpacketVector
.
packets
- array of items or null
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()
getPreferredAEADCiphersuites()
or getPreferredLibrePgpEncryptionModes()
instead.
public PreferredAEADCiphersuites getPreferredAEADCiphersuites()
public int[] getPreferredLibrePgpEncryptionModes()
AEADAlgorithmTags.OCB
.
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.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |