Class KeyStoreEntity

java.lang.Object
de.adorsys.sts.persistence.mongo.entity.KeyStoreEntity

public class KeyStoreEntity extends Object
  • Constructor Details

    • KeyStoreEntity

      public KeyStoreEntity()
  • Method Details

    • getId

      public String getId()
    • getName

      public String getName()
    • getType

      public String getType()
    • getKeystore

      public byte[] getKeystore()
    • getEntries

      public Map<String,KeyEntryAttributesEntity> getEntries()
    • getLastUpdate

      public Date getLastUpdate()
    • setId

      public void setId(String id)
    • setName

      public void setName(String name)
    • setType

      public void setType(String type)
    • setKeystore

      public void setKeystore(byte[] keystore)
    • setEntries

      public void setEntries(Map<String,KeyEntryAttributesEntity> entries)
    • setLastUpdate

      public void setLastUpdate(Date lastUpdate)