org.italiangrid.voms.ac
public class ACParsingContext extends Object
AttributeCertificate
has been parsed in a certificate chain.Constructor and Description |
---|
ACParsingContext(List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs,
int certChainPostion,
X509Certificate[] certChain) |
Modifier and Type | Method and Description |
---|---|
List<org.bouncycastle.asn1.x509.AttributeCertificate> |
getACs() |
X509Certificate[] |
getCertChain() |
int |
getCertChainPostion() |
void |
setACs(List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs) |
void |
setCertChain(X509Certificate[] certChain) |
void |
setCertChainPostion(int certChainPostion) |
public ACParsingContext(List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs, int certChainPostion, 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 List<org.bouncycastle.asn1.x509.AttributeCertificate> getACs()
public void setACs(List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs)
aCs
- the aCs to setpublic int getCertChainPostion()
public void setCertChainPostion(int certChainPostion)
certChainPostion
- the certChainPostion to setpublic X509Certificate[] getCertChain()
public void setCertChain(X509Certificate[] certChain)
certChain
- the certChain to setCopyright © 2014. All rights reserved.