Interface PublicCertificateProvider
-
- All Known Implementing Classes:
MemoryBasedPublicCertificateProvider
public interface PublicCertificateProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X509Certificateget(String queueIdentifier)Provide public certificate for given queue
-
-
-
Method Detail
-
get
X509Certificate get(String queueIdentifier) throws PublicCertificateNotFoundException, CryptographyException
Provide public certificate for given queue- Parameters:
queueIdentifier-- Returns:
- Throws:
CryptographyExceptionPublicCertificateNotFoundException
-
-