com.retek.component.security.impl.persistence
Interface EncryptionKeyDao

All Known Implementing Classes:
CacheEncryptionKeyDao, OracleEncryptionKeyDao

public interface EncryptionKeyDao


Method Summary
 RetekPublicKey findCurrentPublicKey(EncryptionKeyType type)
           
 void persistCurrentKeyPair(java.security.KeyPair keyPair, EncryptionKeyType type, RDate createDate)
           
 java.security.PrivateKey readPrivateKey(java.lang.String keyId)
           
 

Method Detail

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