Interface ServerTrustCryptoStore
- All Superinterfaces:
CryptoStore,CryptoStore.ExportableAsKeyStore
A crypto store containing a trusted server certificate.
- Since:
- 3.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface se.curity.identityserver.sdk.data.CryptoStore
CryptoStore.ExportableAsKeyStore -
Method Summary
Modifier and TypeMethodDescriptionGets the trusted certificate contained by this trust store.Methods inherited from interface se.curity.identityserver.sdk.data.CryptoStore.ExportableAsKeyStore
getAsKeyStore, getKeyStoreAlias, getKeyStorePassword
-
Method Details
-
getCertificate
X509Certificate getCertificate()Gets the trusted certificate contained by this trust store.- Returns:
- the certificate
-