org.italiangrid.voms
public interface VOMSAttribute
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getAACertificates() |
List<String> |
getFQANs() |
List<VOMSGenericAttribute> |
getGenericAttributes() |
X500Principal |
getHolder() |
BigInteger |
getHolderSerialNumber() |
String |
getHost() |
X500Principal |
getIssuer() |
Date |
getNotAfter() |
Date |
getNotBefore() |
int |
getPort() |
String |
getPrimaryFQAN() |
byte[] |
getSignature() |
List<String> |
getTargets() |
String |
getVO() |
org.bouncycastle.cert.X509AttributeCertificateHolder |
getVOMSAC() |
boolean |
isValid()
This method checks whether the attributes are valid in the current instant
of time.
|
boolean |
validAt(Date time)
This method checks whether the attributes are valid in a given time passed
as argument.
|
String getVO()
String getHost()
int getPort()
X500Principal getHolder()
BigInteger getHolderSerialNumber()
X500Principal getIssuer()
Date getNotBefore()
Date getNotAfter()
String getPrimaryFQAN()
byte[] getSignature()
List<VOMSGenericAttribute> getGenericAttributes()
X509Certificate[] getAACertificates()
boolean isValid()
true
if valid, false
otherwiseboolean validAt(Date time)
time
- true
if valid, false
otherwiseorg.bouncycastle.cert.X509AttributeCertificateHolder getVOMSAC()
Copyright © 2014. All rights reserved.