Class TrustPoint
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint.TrustPoint
- All Implemented Interfaces:
Callable<TrustPointResult>
- Direct Known Subclasses:
TrustAnchorUrl
,TrustedListService
public abstract class TrustPoint extends Object implements Callable<TrustPointResult>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TrustPoint.TrustPointType
-
Constructor Summary
Constructors Constructor Description TrustPoint(String url, TrustPoint.TrustPointType type)
-
Method Summary
Modifier and Type Method Description TrustPoint.TrustPointType
getType()
String
getUrl()
-
Constructor Details
-
TrustPoint
-
-
Method Details
-
getUrl
-
getType
-