A B C D E G I K M N P R S T U V

G

genDkimSig() - Method in class badpenguin.dkim.DkimSignature
Generate the signature from the current tags and return the DKIM signature string.
getAdditionalHeaders() - Method in class badpenguin.dkim.Signer
Get the current additional headers, which will appended to the H tag, and included in the signature.
getAlgorithm() - Method in class badpenguin.dkim.DkimSignature
Get the (A)lgorithm tag.
getAtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (A)lgorithm tag
getAutoHeaders() - Method in class badpenguin.dkim.Signer
Get the current autoHeaders setting for this Signer.
getAutoTimeStamp() - Method in class badpenguin.dkim.Signer
Get the current setting for autoTimeStamp.
getBHtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (B)ody (H)ash tag
getBody() - Method in class badpenguin.dkim.MailMessage
Return the body data which was stored during the last processMail() invocation.
getBodyHash() - Method in class badpenguin.dkim.DkimSignature
Get the body hash data.
getBodyMethod() - Method in class badpenguin.dkim.DkimSignature
Get the canonicalisation that should be used for processing the body.
getBtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (B)ase64 Signature Data
getCacheTime() - Method in class badpenguin.dkim.NSKeyStore
Get the current cache time for the DKIM keys.
getCause() - Method in exception badpenguin.dkim.DkimException
Return the root cause of this Exception, if there was one.
getCert(String) - Method in class badpenguin.dkim.test.KeyManager
 
getCtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (C)anonicalisation tag
getDescription() - Method in enum badpenguin.dkim.CanonicalMethod
Get the descriptive name for this canonical method.
getDescription() - Method in enum badpenguin.dkim.DkimError
Get the detailed description
getDescription() - Method in enum badpenguin.dkim.ErrorType
Get the detailed description of this ErrorType
getDkimHeaders() - Method in class badpenguin.dkim.Canonicaliser
If the Canonicaliser was initialised for verification with initVerify(headerStream), then all DKIM signatures will be available in a Stack.
getDkimSig() - Method in class badpenguin.dkim.DkimSignature
Get the currently stored signature string.
getDkimSignature() - Method in class badpenguin.dkim.Signer
Get the DkimSignature object in use by this Signer.
getDnsRecord() - Method in class badpenguin.dkim.DkimSignature
Get the DNS record.
getDomKeyHeaders() - Method in class badpenguin.dkim.Canonicaliser
If the Canonicaliser was initialised for verification with initVerify(headerStream), then all DomainKey signatures will be available in a Stack.
getDtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (D)omain tag.
getError() - Method in exception badpenguin.dkim.DkimException
Get the DkimError type for this exception.
getErrorCode() - Method in enum badpenguin.dkim.ErrorType
Return the error code for this ErrorType
getErrorType() - Method in exception badpenguin.dkim.DkimException
Return the ErrorType of this Exception
getExpireSeconds() - Method in class badpenguin.dkim.Signer
Get the current value of the Expire Seconds.
getGranularity() - Method in class badpenguin.dkim.NSKey
Retrieve the granularity value specified in the G tag for this key.
getHashAlgorithm() - Method in class badpenguin.dkim.NSKey
Return the hash algorithms allowed for use with this key, as secified in the H tag.
getHeaderMethod() - Method in class badpenguin.dkim.DkimSignature
Get the canonicalisation that should be used for processing the headers.
getHeaders() - Method in class badpenguin.dkim.MailMessage
Return the headers which were stored during the last processMail() invocation.
getHtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (H)eaders tag.
getItag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (I)dentity tag
getJavaAlg() - Method in class badpenguin.dkim.DkimSignature
Get the JAVA version of the (A)lgorithm tag (eg rsa-sha1 == SHA1withRSA)
getKey() - Method in class badpenguin.dkim.NSKey
Retrieve the public key from this NSKey object.
getKey(String) - Method in class badpenguin.dkim.test.KeyManager
 
getKey(String, String) - Method in class badpenguin.dkim.test.KeyManager
 
getKeyLimit() - Method in class badpenguin.dkim.NSKeyStore
The KeyStore limits the number of keys it stores, to prevent someone adding 1000 key records and causing a DOS attack.
getLtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (L)ength tag
getMaximumSigs() - Method in class badpenguin.dkim.Verifier
Get the number of Signatures that this Verifier will attempt to Verify.
getMessage() - Method in exception badpenguin.dkim.DkimException
Return the error description provided when this exception was thrown, or the default description from DkimError.getDescription(), if no description was specified.
getMessageSignature() - Method in class badpenguin.dkim.DkimSignature
Get the message signature data.
getRecommendedHeaders() - Method in class badpenguin.dkim.Canonicaliser
Return a colon separated list of headers, which were found in this message, and are recommended for signing by the DKIM RFC.
getRetries() - Method in class badpenguin.dkim.NSKey
 
getStag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (S)elector tag.
getStatus() - Method in enum badpenguin.dkim.DkimError
Get the RFC error status
getTtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (T)imestamp tag.
getVtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the (V)ersion tag
getXtag() - Method in class badpenguin.dkim.DkimSignature
Get the current value of the e(X)pires tag.

A B C D E G I K M N P R S T U V
© Copyright 2009 Mark Boddington (www.badpenguin.co.uk)