Class TrustStore
- java.lang.Object
-
- io.gravitee.connector.http.endpoint.TrustStore
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JKSTrustStore,NoneTrustStore,PEMTrustStore,PKCS12TrustStore
public abstract class TrustStore extends Object implements Serializable
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrustStore(TrustStoreType type)
-
-
-
Constructor Detail
-
TrustStore
public TrustStore(TrustStoreType type)
-
-
Method Detail
-
getType
public TrustStoreType getType()
-
-