public class VerifiedPkiMessage extends Object
| Constructor and Description |
|---|
VerifiedPkiMessage(org.bouncycastle.cert.cmp.GeneralPKIMessage pkiMessage) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.cert.cmp.GeneralPKIMessage |
getPkiMessage() |
ProtectionVerificationResult |
getProtectionVerificationResult() |
boolean |
hasProtection() |
void |
setProtectionVerificationResult(ProtectionVerificationResult protectionVerificationResult) |
public VerifiedPkiMessage(org.bouncycastle.cert.cmp.GeneralPKIMessage pkiMessage)
public boolean hasProtection()
public org.bouncycastle.cert.cmp.GeneralPKIMessage getPkiMessage()
public ProtectionVerificationResult getProtectionVerificationResult()
public void setProtectionVerificationResult(ProtectionVerificationResult protectionVerificationResult)
Copyright © 2020. All rights reserved.