Class StsKeyStore

java.lang.Object
de.adorsys.sts.keymanagement.model.StsKeyStore

public class StsKeyStore extends Object
  • Constructor Details

    • StsKeyStore

      public StsKeyStore(@NonNull @NonNull KeyStore keyStore, @NonNull @NonNull de.adorsys.keymanagement.api.view.EntryView<?> view, ZonedDateTime lastUpdate)
  • Method Details

    • getEntries

      public Map<String,StsKeyEntry> getEntries()
      Returns:
      Read only representation of all entries in form of `alias` - `key entry`.
    • getKeyStoreCopy

      public UnmodifyableKeystore getKeyStoreCopy()
      Returns:
      Underlying KeyStore object, one should not attempt to modify it - use getView() to modify data.
    • setLastUpdate

      public void setLastUpdate(ZonedDateTime lastUpdate)
    • builder

      public static StsKeyStore.StsKeyStoreBuilder builder()
    • getView

      @NonNull public @NonNull de.adorsys.keymanagement.api.view.EntryView<?> getView()
    • getLastUpdate

      public ZonedDateTime getLastUpdate()