Uses of Class
se.swedenconnect.security.credential.container.PkiCredentialContainerException
Package
Description
Support for credential containers.
-
Uses of PkiCredentialContainerException in se.swedenconnect.security.credential.container
Modifier and TypeMethodDescriptionvoid
AbstractPkiCredentialContainer.cleanup()
Traverses through all credentials in the multi credential key store and delets the expired ones.void
PkiCredentialContainer.cleanup()
Traverses through all credentials in the multi credential key store and delets the expired ones.void
AbstractKeyStorePkiCredentialContainer.deleteCredential
(String alias) Deletes the credential specified by the supplied alias.void
PkiCredentialContainer.deleteCredential
(String alias) Deletes the credential specified by the supplied alias.final PkiCredential
AbstractKeyStorePkiCredentialContainer.getCredential
(String alias) Gets the credential for a specific alias from the credential container.InMemoryPkiCredentialContainer.getCredential
(String alias) Gets the credential for a specific alias from the credential container.PkiCredentialContainer.getCredential
(String alias) Gets the credential for a specific alias from the credential container.protected abstract PkiCredential
AbstractKeyStorePkiCredentialContainer.getCredentialFromAlias
(String alias) Gets the credential for a specific alias from the credential container.HsmPkiCredentialContainer.getCredentialFromAlias
(String alias) Gets the credential for a specific alias from the credential container.SoftPkiCredentialContainer.getCredentialFromAlias
(String alias) Gets the credential for a specific alias from the credential container.AbstractKeyStorePkiCredentialContainer.getExpiryTime
(String alias) Gets the expiry time of the credential specified by alias.InMemoryPkiCredentialContainer.getExpiryTime
(String alias) Gets the expiry time of the credential specified by alias.PkiCredentialContainer.getExpiryTime
(String alias) Gets the expiry time of the credential specified by alias.protected boolean
Checks if the entry identified withalias
is expired.AbstractKeyStorePkiCredentialContainer.listCredentials()
Gets all available credential aliases from the multi credential key store.PkiCredentialContainer.listCredentials()
Gets all available credential aliases from the multi credential key store.