public class ACParsingContext
extends java.lang.Object
AttributeCertificate
has been parsed in a certificate chain.Modifier and Type | Field and Description |
---|---|
private java.util.List<org.bouncycastle.asn1.x509.AttributeCertificate> |
ACs
The parsed VOMS attribute certificates
|
private java.security.cert.X509Certificate[] |
certChain
The certificate chain form which the VOMS attributes have been parsed.
|
private int |
certChainPostion
The position in the cert chain where the VOMS attributes have been parsed
|
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) |
private java.util.List<org.bouncycastle.asn1.x509.AttributeCertificate> ACs
private int certChainPostion
private java.security.cert.X509Certificate[] certChain
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