Package org.javlo.mailing
Class DKIMFactory
- java.lang.Object
-
- org.javlo.mailing.DKIMFactory
-
public class DKIMFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File
getDKIMPrivateKeyFile(GlobalContext globalContext)
static String
getDKIMPublicKey(GlobalContext globalContext)
static boolean
isDkimDefined(GlobalContext globalContext)
static void
resetKeys(GlobalContext globalContext)
-
-
-
Method Detail
-
resetKeys
public static void resetKeys(GlobalContext globalContext)
-
getDKIMPrivateKeyFile
public static File getDKIMPrivateKeyFile(GlobalContext globalContext)
-
isDkimDefined
public static boolean isDkimDefined(GlobalContext globalContext)
-
getDKIMPublicKey
public static String getDKIMPublicKey(GlobalContext globalContext)
-
-