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