Class KeyStoreModel

java.lang.Object
org.wso2.carbon.keystore.persistence.model.KeyStoreModel

public class KeyStoreModel extends Object
This is the model class for the key store.
  • Constructor Details

    • KeyStoreModel

      public KeyStoreModel()
    • KeyStoreModel

      public KeyStoreModel(String name, String type, String provider, String encryptedPassword, String privateKeyAlias, String encryptedPrivateKeyPass, byte[] content, String publicCertId, byte[] publicCert)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPublicCertId

      public String getPublicCertId()
    • setPublicCertId

      public void setPublicCertId(String publicCertId)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getProvider

      public String getProvider()
    • setProvider

      public void setProvider(String provider)
    • getContent

      public byte[] getContent()
    • setContent

      public void setContent(byte[] content)
    • getEncryptedPassword

      public String getEncryptedPassword()
    • setEncryptedPassword

      public void setEncryptedPassword(String encryptedPassword)
    • getPrivateKeyAlias

      public String getPrivateKeyAlias()
    • setPrivateKeyAlias

      public void setPrivateKeyAlias(String privateKeyAlias)
    • getEncryptedPrivateKeyPass

      public String getEncryptedPrivateKeyPass()
    • setEncryptedPrivateKeyPass

      public void setEncryptedPrivateKeyPass(String encryptedPrivateKeyPass)
    • getPublicCert

      public byte[] getPublicCert()
    • setPublicCert

      public void setPublicCert(byte[] publicCert)