|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.security.impl.persistence.db.oracle.OracleEncryptionKeyDao
Constructor Summary | |
OracleEncryptionKeyDao()
|
Method Summary | |
RetekPublicKey |
findCurrentPublicKey(EncryptionKeyType type)
|
void |
persistCurrentKeyPair(java.security.KeyPair keyPair,
EncryptionKeyType type,
RDate createDate)
|
java.security.PrivateKey |
readPrivateKey(java.lang.String keyId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OracleEncryptionKeyDao()
Method Detail |
public void persistCurrentKeyPair(java.security.KeyPair keyPair, EncryptionKeyType type, RDate createDate) throws SystemException
persistCurrentKeyPair
in interface EncryptionKeyDao
SystemException
public RetekPublicKey findCurrentPublicKey(EncryptionKeyType type) throws SystemException
findCurrentPublicKey
in interface EncryptionKeyDao
SystemException
public java.security.PrivateKey readPrivateKey(java.lang.String keyId) throws SystemException
readPrivateKey
in interface EncryptionKeyDao
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |