|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cryptor in com.metamatrix.common.comm.platform.socket.client |
---|
Methods in com.metamatrix.common.comm.platform.socket.client that return Cryptor | |
---|---|
Cryptor |
SocketServerInstanceImpl.getCryptor()
|
Cryptor |
SocketServerInstance.getCryptor()
|
Uses of Cryptor in com.metamatrix.common.comm.platform.socket.server |
---|
Methods in com.metamatrix.common.comm.platform.socket.server that return Cryptor | |
---|---|
Cryptor |
SocketClientInstance.getCryptor()
|
Cryptor |
ClientInstance.getCryptor()
|
Uses of Cryptor in com.metamatrix.common.util.crypto |
---|
Classes in com.metamatrix.common.util.crypto that implement Cryptor | |
---|---|
class |
NullCryptor
|
Fields in com.metamatrix.common.util.crypto declared as Cryptor | |
---|---|
protected Cryptor |
PasswordChangeUtility.newCryptor
The Cryptor to use for encrypting the new passwords. |
protected Cryptor |
PasswordChangeUtility.oldCryptor
The Cryptor to use for decrypting the old passwords. |
Methods in com.metamatrix.common.util.crypto that return Cryptor | |
---|---|
static Cryptor |
CryptoUtil.getCryptor()
Construct and return a utility that can be used for either encryption or decryption. |
Uses of Cryptor in com.metamatrix.common.util.crypto.cipher |
---|
Classes in com.metamatrix.common.util.crypto.cipher that implement Cryptor | |
---|---|
class |
BasicCryptor
Implementation of Cryptor interface that can perform both
encryption and decryption. |
class |
SymmetricCryptor
Provides a symmetric cryptor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |