Package org.xipki.cmp

Class ProtectionVerificationResult


  • public class ProtectionVerificationResult
    extends java.lang.Object
    Protection verification result with the requestor.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • ProtectionVerificationResult

        public ProtectionVerificationResult​(java.lang.Object requestor,
                                            ProtectionResult protectionResult)
    • Method Detail

      • getRequestor

        public java.lang.Object getRequestor()