Class PEMKeyStore
- java.lang.Object
-
- io.gravitee.connector.http.endpoint.KeyStore
-
- io.gravitee.connector.http.endpoint.pem.PEMKeyStore
-
- All Implemented Interfaces:
Serializable
public class PEMKeyStore extends KeyStore
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PEMKeyStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertContent()StringgetCertPath()StringgetKeyContent()StringgetKeyPath()voidsetCertContent(String certContent)voidsetCertPath(String certPath)voidsetKeyContent(String keyContent)voidsetKeyPath(String keyPath)
-
-
-
Method Detail
-
getKeyPath
public String getKeyPath()
-
setKeyPath
public void setKeyPath(String keyPath)
-
getKeyContent
public String getKeyContent()
-
setKeyContent
public void setKeyContent(String keyContent)
-
getCertPath
public String getCertPath()
-
setCertPath
public void setCertPath(String certPath)
-
getCertContent
public String getCertContent()
-
setCertContent
public void setCertContent(String certContent)
-
-