|
Bouncy Castle Cryptography 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.bouncycastle.openpgp.PGPSignatureGenerator
Generator for PGP Signatures.
| Constructor Summary | |
PGPSignatureGenerator(int keyAlgorithm,
int hashAlgorithm,
java.lang.String provider)
Create a generator for the passed in keyAlgorithm and hashAlgorithm codes. |
|
| Method Summary | |
PGPSignature |
generate()
Return a signature object containing the current signature state. |
PGPOnePassSignature |
generateOnePassVersion(boolean isNested)
Return the one pass header associated with the current signature. |
void |
initSign(int signatureType,
PGPPrivateKey key)
Initialise the generator for signing. |
void |
setHashedSubpackets(PGPSignatureSubpacketVector hashedPcks)
|
void |
setUnhashedSubpackets(PGPSignatureSubpacketVector unhashedPcks)
|
void |
update(byte b)
|
void |
update(byte[] b)
|
void |
update(byte[] b,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PGPSignatureGenerator(int keyAlgorithm,
int hashAlgorithm,
java.lang.String provider)
throws java.security.NoSuchAlgorithmException,
java.security.NoSuchProviderException,
PGPException
keyAlgorithm - hashAlgorithm - provider -
java.security.NoSuchAlgorithmException
java.security.NoSuchProviderException
PGPException| Method Detail |
public void initSign(int signatureType,
PGPPrivateKey key)
throws PGPException
signatureType - key -
PGPException
public void update(byte b)
throws java.security.SignatureException
java.security.SignatureException
public void update(byte[] b)
throws java.security.SignatureException
java.security.SignatureException
public void update(byte[] b,
int off,
int len)
throws java.security.SignatureException
java.security.SignatureExceptionpublic void setHashedSubpackets(PGPSignatureSubpacketVector hashedPcks)
public void setUnhashedSubpackets(PGPSignatureSubpacketVector unhashedPcks)
public PGPOnePassSignature generateOnePassVersion(boolean isNested)
throws PGPException
isNested -
PGPException
public PGPSignature generate()
throws PGPException,
java.security.SignatureException
PGPException
java.security.SignatureException
|
Bouncy Castle Cryptography 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||