|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.security.impl.persistence.cache.CacheEncryptionKeyDao
Constructor Summary | |
CacheEncryptionKeyDao()
|
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 CacheEncryptionKeyDao()
Method Detail |
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
public void persistCurrentKeyPair(java.security.KeyPair keyPair, EncryptionKeyType type, RDate createDate) throws SystemException
persistCurrentKeyPair
in interface EncryptionKeyDao
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |