org.mule.module.pgp
Class GenerateTestMessage
java.lang.Object
org.mule.module.pgp.GenerateTestMessage
public class GenerateTestMessage
- extends java.lang.Object
Method Summary |
static void |
decodeKeyRings()
|
static cryptix.pki.KeyBundle |
findKeyBundle(cryptix.pki.ExtendedKeyStore ring,
java.lang.String principal)
|
static void |
main(java.lang.String[] args)
|
static cryptix.pki.ExtendedKeyStore |
readKeyRing(java.lang.String filename)
|
static void |
readKeyrings()
|
static void |
writeMsg()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateTestMessage
public GenerateTestMessage()
readKeyrings
public static void readKeyrings()
readKeyRing
public static cryptix.pki.ExtendedKeyStore readKeyRing(java.lang.String filename)
findKeyBundle
public static cryptix.pki.KeyBundle findKeyBundle(cryptix.pki.ExtendedKeyStore ring,
java.lang.String principal)
throws java.lang.Exception
- Throws:
java.lang.Exception
decodeKeyRings
public static void decodeKeyRings()
throws java.lang.Exception
- Throws:
java.lang.Exception
writeMsg
public static void writeMsg()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.