public class CmpUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.asn1.cmp.PKIMessage |
addProtection(org.bouncycastle.asn1.cmp.PKIMessage pkiMessage,
char[] password,
org.bouncycastle.asn1.cmp.PBMParameter pbmParameter,
org.bouncycastle.asn1.x509.GeneralName signerName,
byte[] senderKid) |
static org.bouncycastle.asn1.cmp.PKIMessage |
addProtection(org.bouncycastle.asn1.cmp.PKIMessage pkiMessage,
ConcurrentContentSigner signer,
org.bouncycastle.asn1.x509.GeneralName signerName,
boolean addSignerCert) |
static org.bouncycastle.asn1.crmf.AttributeTypeAndValue |
buildAttributeTypeAndValue(CmpUtf8Pairs utf8Pairs) |
static org.bouncycastle.asn1.cmp.InfoTypeAndValue |
buildInfoTypeAndValue(CmpUtf8Pairs utf8Pairs) |
static CmpUtf8Pairs |
extract(org.bouncycastle.asn1.crmf.AttributeTypeAndValue[] atvs) |
static CmpUtf8Pairs |
extract(org.bouncycastle.asn1.cmp.InfoTypeAndValue[] regInfos) |
static org.bouncycastle.asn1.cmp.InfoTypeAndValue |
getImplictConfirmGeneralInfo() |
static boolean |
isImplictConfirm(org.bouncycastle.asn1.cmp.PKIHeader header) |
public static org.bouncycastle.asn1.cmp.PKIMessage addProtection(org.bouncycastle.asn1.cmp.PKIMessage pkiMessage,
ConcurrentContentSigner signer,
org.bouncycastle.asn1.x509.GeneralName signerName,
boolean addSignerCert)
throws org.bouncycastle.cert.cmp.CMPException,
NoIdleSignerException
org.bouncycastle.cert.cmp.CMPExceptionNoIdleSignerExceptionpublic static org.bouncycastle.asn1.cmp.PKIMessage addProtection(org.bouncycastle.asn1.cmp.PKIMessage pkiMessage,
char[] password,
org.bouncycastle.asn1.cmp.PBMParameter pbmParameter,
org.bouncycastle.asn1.x509.GeneralName signerName,
byte[] senderKid)
throws org.bouncycastle.cert.cmp.CMPException
org.bouncycastle.cert.cmp.CMPExceptionpublic static boolean isImplictConfirm(org.bouncycastle.asn1.cmp.PKIHeader header)
public static org.bouncycastle.asn1.cmp.InfoTypeAndValue getImplictConfirmGeneralInfo()
public static CmpUtf8Pairs extract(org.bouncycastle.asn1.cmp.InfoTypeAndValue[] regInfos)
public static CmpUtf8Pairs extract(org.bouncycastle.asn1.crmf.AttributeTypeAndValue[] atvs)
public static org.bouncycastle.asn1.cmp.InfoTypeAndValue buildInfoTypeAndValue(CmpUtf8Pairs utf8Pairs)
public static org.bouncycastle.asn1.crmf.AttributeTypeAndValue buildAttributeTypeAndValue(CmpUtf8Pairs utf8Pairs)
Copyright © 2020. All rights reserved.