| java.lang.Object org.bouncycastle.openpgp.PGPSignature
PGPSignature | public class PGPSignature (Code) | | A PGP signature object.
|
BINARY_DOCUMENT | final public static int BINARY_DOCUMENT(Code) | | |
CANONICAL_TEXT_DOCUMENT | final public static int CANONICAL_TEXT_DOCUMENT(Code) | | |
CASUAL_CERTIFICATION | final public static int CASUAL_CERTIFICATION(Code) | | |
CERTIFICATION_REVOCATION | final public static int CERTIFICATION_REVOCATION(Code) | | |
DEFAULT_CERTIFICATION | final public static int DEFAULT_CERTIFICATION(Code) | | |
DIRECT_KEY | final public static int DIRECT_KEY(Code) | | |
KEY_REVOCATION | final public static int KEY_REVOCATION(Code) | | |
NO_CERTIFICATION | final public static int NO_CERTIFICATION(Code) | | |
POSITIVE_CERTIFICATION | final public static int POSITIVE_CERTIFICATION(Code) | | |
STAND_ALONE | final public static int STAND_ALONE(Code) | | |
SUBKEY_BINDING | final public static int SUBKEY_BINDING(Code) | | |
SUBKEY_REVOCATION | final public static int SUBKEY_REVOCATION(Code) | | |
TIMESTAMP | final public static int TIMESTAMP(Code) | | |
getCreationTime | public Date getCreationTime()(Code) | | Return the creation time of the signature.
the signature creation time. |
getHashAlgorithm | public int getHashAlgorithm()(Code) | | Return the hash algorithm associated with this signature.
signature hash algorithm. |
getKeyAlgorithm | public int getKeyAlgorithm()(Code) | | Return the key algorithm associated with this signature.
signature key algorithm. |
getKeyID | public long getKeyID()(Code) | | Return the id of the key that created the signature.
keyID of the signatures corresponding key. |
getSignatureTrailer | public byte[] getSignatureTrailer()(Code) | | |
getSignatureType | public int getSignatureType()(Code) | | |
getVersion | public int getVersion()(Code) | | Return the OpenPGP version number for this signature.
signature version number. |
|
|