chapter8
Class JCEKSStoreEntryExample
java.lang.Object
chapter8.JCEKSStoreEntryExample
public class JCEKSStoreEntryExample
- extends java.lang.Object
Example of using a JCEKS key store with KeyStore.Entry and
KeyStore.ProtectionParameter objects.
Method Summary |
static java.security.KeyStore |
createKeyStore()
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keyPassword
public static char[] keyPassword
secretKeyPassword
public static char[] secretKeyPassword
JCEKSStoreEntryExample
public JCEKSStoreEntryExample()
createKeyStore
public static java.security.KeyStore createKeyStore()
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Examples from "Beginning Cryptography with Java"