com.retek.component.security.impl.persistence
Interface EncryptionKeyDao
- All Known Implementing Classes:
- CacheEncryptionKeyDao, OracleEncryptionKeyDao
- public interface EncryptionKeyDao
findCurrentPublicKey
public RetekPublicKey findCurrentPublicKey(EncryptionKeyType type)
throws SystemException
- Throws:
SystemException
readPrivateKey
public java.security.PrivateKey readPrivateKey(java.lang.String keyId)
throws SystemException
- Throws:
SystemException
persistCurrentKeyPair
public void persistCurrentKeyPair(java.security.KeyPair keyPair,
EncryptionKeyType type,
RDate createDate)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28