Package org.xipki.cmp
Class ProtectionVerificationResult
- java.lang.Object
-
- org.xipki.cmp.ProtectionVerificationResult
-
public class ProtectionVerificationResult extends Object
Protection verification result with the requestor.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description ProtectionVerificationResult(Object requestor, ProtectionResult protectionResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtectionResultgetProtectionResult()ObjectgetRequestor()
-
-
-
Constructor Detail
-
ProtectionVerificationResult
public ProtectionVerificationResult(Object requestor, ProtectionResult protectionResult)
-
-
Method Detail
-
getRequestor
public Object getRequestor()
-
getProtectionResult
public ProtectionResult getProtectionResult()
-
-