public final class SecureChatKeyStore extends Object
keytool -genkey -alias securechat -keysize 2048 -validity 36500 -keyalg RSA -dname "CN=securechat" -keypass secret -storepass secret -keystore cert.jks
Modifier and Type | Method and Description |
---|---|
static InputStream |
asInputStream() |
static char[] |
getCertificatePassword() |
static char[] |
getKeyStorePassword() |
public static InputStream asInputStream()
public static char[] getCertificatePassword()
public static char[] getKeyStorePassword()
Copyright © 2008-2013 The Netty Project. All Rights Reserved.