Uses of Class
se.swedenconnect.security.credential.container.PkiCredentialContainerException
Packages that use PkiCredentialContainerException
Package
Description
Support for credential containers.
-
Uses of PkiCredentialContainerException in se.swedenconnect.security.credential.container
Methods in se.swedenconnect.security.credential.container that throw PkiCredentialContainerExceptionModifier and TypeMethodDescriptionvoidAbstractPkiCredentialContainer.cleanup()Traverses through all credentials in the multi credential key store and delets the expired ones.voidPkiCredentialContainer.cleanup()Traverses through all credentials in the multi credential key store and delets the expired ones.voidAbstractKeyStorePkiCredentialContainer.deleteCredential(String alias) Deletes the credential specified by the supplied alias.voidPkiCredentialContainer.deleteCredential(String alias) Deletes the credential specified by the supplied alias.final ManagedPkiCredentialAbstractKeyStorePkiCredentialContainer.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 PkiCredentialAbstractKeyStorePkiCredentialContainer.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 booleanChecks if the entry identified withaliasis expired.PkiCredentialContainer.listCredentials()Gets all available credential aliases from the multi credential key store.