public class SigningCertTrustCondition extends ASN1Object
SigningCertTrustCondition ::= SEQUENCE {
signerTrustTrees CertificateTrustTrees,
signerRevReq CertRevReq
}
ASN1Sequence,
ASN1Primitive| Constructor and Description |
|---|
SigningCertTrustCondition() |
| Modifier and Type | Method and Description |
|---|---|
CertRevReq |
getSignerRevReq() |
CertificateTrustTrees |
getSignerTrustTrees() |
void |
parse(org.bouncycastle.asn1.ASN1Primitive derObject) |
void |
setSignerRevReq(CertRevReq signerRevReq) |
void |
setSignerTrustTrees(CertificateTrustTrees signerTrustTrees) |
getDEREnumerated, getDERSequencepublic CertificateTrustTrees getSignerTrustTrees()
public void setSignerTrustTrees(CertificateTrustTrees signerTrustTrees)
public CertRevReq getSignerRevReq()
public void setSignerRevReq(CertRevReq signerRevReq)
public void parse(org.bouncycastle.asn1.ASN1Primitive derObject)
parse in class ASN1ObjectderObject - ASN1 Primitive to parseCopyright © 2021 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.