Interface KeyRepository
- All Known Implementing Classes:
ConfiguredDosetaKeyRepository
,DosetaKeyRepository
public interface KeyRepository
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptionfindPrivateKey
(DKIMSignature header) findPublicKey
(DKIMSignature header) What should be the default domain to use when creating signature headerWhat should be the default selector to use when creating signature header
-
Method Details
-
findPrivateKey
-
findPublicKey
-
getDefaultPrivateDomain
String getDefaultPrivateDomain()What should be the default domain to use when creating signature header- Returns:
- null if none
-
getDefaultPrivateSelector
String getDefaultPrivateSelector()What should be the default selector to use when creating signature header- Returns:
- null if none
-