Uses of Interface
org.italiangrid.voms.VOMSGenericAttribute

Packages that use VOMSGenericAttribute
org.italiangrid.voms This document provides help and documentation on the VOMS Java APIs. 
org.italiangrid.voms.ac.impl Implementation classes for VOMS attributes validation and parsing. 
org.italiangrid.voms.asn1 This package provides classes and utilities that deal with serialization and deserialization of VOMS attributes from ASN.1 streams. 
 

Uses of VOMSGenericAttribute in org.italiangrid.voms
 

Methods in org.italiangrid.voms that return types with arguments of type VOMSGenericAttribute
 List<VOMSGenericAttribute> VOMSAttribute.getGenericAttributes()
           
 

Uses of VOMSGenericAttribute in org.italiangrid.voms.ac.impl
 

Classes in org.italiangrid.voms.ac.impl that implement VOMSGenericAttribute
 class VOMSGenericAttributeImpl
          The default implementation for VOMS Generic Attributes.
 

Methods in org.italiangrid.voms.ac.impl that return types with arguments of type VOMSGenericAttribute
 List<VOMSGenericAttribute> VOMSAttributesImpl.getGenericAttributes()
           
 

Method parameters in org.italiangrid.voms.ac.impl with type arguments of type VOMSGenericAttribute
 void VOMSAttributesImpl.setGenericAttributes(List<VOMSGenericAttribute> genericAttributes)
           
 

Uses of VOMSGenericAttribute in org.italiangrid.voms.asn1
 

Method parameters in org.italiangrid.voms.asn1 with type arguments of type VOMSGenericAttribute
 org.bouncycastle.cert.X509AttributeCertificateHolder VOMSACGenerator.generateVOMSAttributeCertificate(List<String> fqans, List<VOMSGenericAttribute> gas, List<String> targets, X509Certificate holderCert, BigInteger serialNumber, Date notBefore, Date notAfter)
           
 



Copyright © 2013. All Rights Reserved.