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