Class KeyStoreModel
java.lang.Object
org.wso2.carbon.keystore.persistence.model.KeyStoreModel
This is the model class for the key store.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getName()byte[]getType()voidsetContent(byte[] content) voidsetEncryptedPassword(String encryptedPassword) voidsetEncryptedPrivateKeyPass(String encryptedPrivateKeyPass) voidvoidsetPrivateKeyAlias(String privateKeyAlias) voidsetProvider(String provider) voidsetPublicCert(byte[] publicCert) voidsetPublicCertId(String publicCertId) void
-
Constructor Details
-
KeyStoreModel
public KeyStoreModel() -
KeyStoreModel
-
-
Method Details
-
getName
-
setName
-
getPublicCertId
-
setPublicCertId
-
getType
-
setType
-
getProvider
-
setProvider
-
getContent
public byte[] getContent() -
setContent
public void setContent(byte[] content) -
getEncryptedPassword
-
setEncryptedPassword
-
getPrivateKeyAlias
-
setPrivateKeyAlias
-
getEncryptedPrivateKeyPass
-
setEncryptedPrivateKeyPass
-
getPublicCert
public byte[] getPublicCert() -
setPublicCert
public void setPublicCert(byte[] publicCert)
-