Class JKSTrustStore
- java.lang.Object
-
- io.gravitee.connector.http.endpoint.TrustStore
-
- io.gravitee.connector.http.endpoint.jks.JKSTrustStore
-
- All Implemented Interfaces:
Serializable
public class JKSTrustStore extends TrustStore
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JKSTrustStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()StringgetPassword()StringgetPath()voidsetContent(String content)voidsetPassword(String password)voidsetPath(String path)-
Methods inherited from class io.gravitee.connector.http.endpoint.TrustStore
getType
-
-