|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jaulp.crypto.factories.SecretCryptorFactory
public class SecretCryptorFactory
Factory for creating SecretCryptor objects.
Constructor Summary | |
---|---|
SecretCryptorFactory()
|
Method Summary | |
---|---|
static SecretCryptor |
getInstance(java.lang.String type)
Creates a SecretCryptor object with out a private key. |
static SecretCryptor |
getInstance(java.lang.String type,
java.lang.String privateKey)
Creates a SecretCryptor object with out a private key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecretCryptorFactory()
Method Detail |
---|
public static SecretCryptor getInstance(java.lang.String type)
type
- The type.
public static SecretCryptor getInstance(java.lang.String type, java.lang.String privateKey)
type
- The type.privateKey
- The private key.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |