org.italiangrid.voms.ac
Class ACParsingContext
java.lang.Object
org.italiangrid.voms.ac.ACParsingContext
public class ACParsingContext
- extends Object
This class describes the context in which a VOMS AttributeCertificate
has been
parsed in a certificate chain.
- Author:
- Andrea Ceccanti
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACParsingContext
public ACParsingContext(List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs,
int certChainPostion,
X509Certificate[] certChain)
- Parameters:
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 parsed
getACs
public List<org.bouncycastle.asn1.x509.AttributeCertificate> getACs()
- Returns:
- the aCs
setACs
public void setACs(List<org.bouncycastle.asn1.x509.AttributeCertificate> aCs)
- Parameters:
aCs
- the aCs to set
getCertChainPostion
public int getCertChainPostion()
- Returns:
- the certChainPostion
setCertChainPostion
public void setCertChainPostion(int certChainPostion)
- Parameters:
certChainPostion
- the certChainPostion to set
getCertChain
public X509Certificate[] getCertChain()
- Returns:
- the certChain
setCertChain
public void setCertChain(X509Certificate[] certChain)
- Parameters:
certChain
- the certChain to set
Copyright © 2013. All Rights Reserved.