Package org.xipki.cmp
Class VerifiedPkiMessage
- java.lang.Object
-
- org.xipki.cmp.VerifiedPkiMessage
-
public class VerifiedPkiMessage extends Object
PKI message with verification result.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description VerifiedPkiMessage(org.bouncycastle.cert.cmp.GeneralPKIMessage pkiMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.cert.cmp.GeneralPKIMessagegetPkiMessage()ProtectionVerificationResultgetProtectionVerificationResult()booleanhasProtection()voidsetProtectionVerificationResult(ProtectionVerificationResult protectionVerificationResult)
-
-
-
Method Detail
-
hasProtection
public boolean hasProtection()
-
getPkiMessage
public org.bouncycastle.cert.cmp.GeneralPKIMessage getPkiMessage()
-
getProtectionVerificationResult
public ProtectionVerificationResult getProtectionVerificationResult()
-
setProtectionVerificationResult
public void setProtectionVerificationResult(ProtectionVerificationResult protectionVerificationResult)
-
-