|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectkeyGenerator.KeyGen
final class KeyGen
Generates cryptographic keys.
Field Summary | |
---|---|
private static InternalInformationPortController |
internalInformationPort
Reference on component InternalInformationPort . |
private static java.util.logging.Logger |
LOGGER
Logger used to log and display information. |
Constructor Summary | |
---|---|
private |
KeyGen()
Empty, private constructor. |
Method Summary | |
---|---|
protected static javax.crypto.spec.IvParameterSpec |
generateInterMixIV()
Generates and returns an initialization vector ( IvParameterSpec ). |
protected static javax.crypto.SecretKey |
generateInterMixKey()
Generates and returns a SecretKey . |
protected static java.security.KeyPair |
generateKeyPair()
Generates and returns a KeyPair . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static InternalInformationPortController internalInformationPort
InternalInformationPort
.
Used to display and/or log data and read general settings.
private static final java.util.logging.Logger LOGGER
Constructor Detail |
---|
private KeyGen()
Method Detail |
---|
protected static java.security.KeyPair generateKeyPair()
KeyPair
.
KeyPair
.protected static javax.crypto.SecretKey generateInterMixKey()
SecretKey
.
SecretKey
.protected static javax.crypto.spec.IvParameterSpec generateInterMixIV()
IvParameterSpec
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |