|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DkimSignature | |
---|---|
badpenguin.dkim |
Uses of DkimSignature in badpenguin.dkim |
---|
Methods in badpenguin.dkim that return DkimSignature | |
---|---|
DkimSignature |
DkimSignature.clone()
Allow this DkimSignature object to be cloned |
DkimSignature |
Signer.getDkimSignature()
Get the DkimSignature object in use by this Signer. |
Methods in badpenguin.dkim with parameters of type DkimSignature | |
---|---|
java.lang.String |
Canonicaliser.processHeaders(DkimSignature dkimSig)
Process the headers provided during initialisation. |
Constructors in badpenguin.dkim with parameters of type DkimSignature | |
---|---|
Signer(DkimSignature DKIMSig,
java.security.PrivateKey key)
Create a Signer object using the specified DkimSignature object, and the PrivateKey. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |