Class StsKeyStore

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

public class StsKeyStore extends Object
  • Constructor Details

    • StsKeyStore

      public StsKeyStore()
  • 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 StsKeyStore#getView() to modify data.
    • setLastUpdate

      public void setLastUpdate(ZonedDateTime lastUpdate)