Uses of Interface
org.italiangrid.voms.asn1.VOMSConstants
-
Packages that use VOMSConstants Package Description 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 VOMSConstants in org.italiangrid.voms.ac.impl
Classes in org.italiangrid.voms.ac.impl that implement VOMSConstants Modifier and Type Class Description class
LeafACLookupStrategy
This strategy returns the leaf VOMS Attribute Certificate in a certificate chain, i.e.class
LeafVOMSExtensionNormalizationStrategy
This strategy extracts the VOMS attributes from the top VOMS extension found in the parsing context passed as argument. -
Uses of VOMSConstants in org.italiangrid.voms.asn1
Classes in org.italiangrid.voms.asn1 that implement VOMSConstants Modifier and Type Class Description class
VOMSACGenerator
A generator for VOMS Attribute Certificates (ACs).class
VOMSACUtils
A set of VOMS AC handling utilities.
-