public interface ICryptingDelegateFactory
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Returns the algorithm.
|
ICryptingDelegate |
getCryptingDelegate()
Returns a crypting delegate.
|
KeyPair |
getKeyPair()
Returns the key.
|
AlgorithmParameterSpec |
getParamSpec()
Returns the paramSpec.
|
char[] |
getPassphrase()
Alternatively provide a passphrase for encryption usage.
|
byte[] |
getSalt()
Provide a salt for encryption usage.
|
ICryptingDelegate getCryptingDelegate()
KeyPair getKeyPair()
String getAlgorithm()
AlgorithmParameterSpec getParamSpec()
char[] getPassphrase()
byte[] getSalt()
Copyright © 2014. All rights reserved.