public class ACParsingContext
extends java.lang.Object
AttributeCertificate
has been parsed in a certificate chain.| Constructor and Description |
|---|
ACParsingContext(java.util.List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs,
int certChainPostion,
java.security.cert.X509Certificate[] certChain) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bouncycastle.asn1.x509.AttributeCertificate> |
getACs() |
java.security.cert.X509Certificate[] |
getCertChain() |
int |
getCertChainPostion() |
void |
setACs(java.util.List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs) |
void |
setCertChain(java.security.cert.X509Certificate[] certChain) |
void |
setCertChainPostion(int certChainPostion) |
public ACParsingContext(java.util.List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs,
int certChainPostion,
java.security.cert.X509Certificate[] certChain)
aCs - a set of parsed VOMS Attribute CertificatescertChainPostion - the position in the chain where the ACs have been parsedcertChain - the chain from where the ACs have been parsedpublic java.util.List<org.bouncycastle.asn1.x509.AttributeCertificate> getACs()
public void setACs(java.util.List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs)
aCs - the aCs to setpublic int getCertChainPostion()
public void setCertChainPostion(int certChainPostion)
certChainPostion - the certChainPostion to setpublic java.security.cert.X509Certificate[] getCertChain()
public void setCertChain(java.security.cert.X509Certificate[] certChain)
certChain - the certChain to set