Package org.italiangrid.voms.asn1
Interface VOMSConstants
- All Known Implementing Classes:
LeafACLookupStrategy
,LeafVOMSExtensionNormalizationStrategy
,VOMSACGenerator
,VOMSACUtils
public interface VOMSConstants
A set of useful constants for ASN.1 parsing of VOMS attributes.
- Author:
- Andrea Ceccanti
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.bouncycastle.asn1.ASN1ObjectIdentifier
The VOMS Certs extension OID.static final org.bouncycastle.asn1.ASN1ObjectIdentifier
The VOMS attribute certificate extension OID.static final org.bouncycastle.asn1.ASN1ObjectIdentifier
The VOMS attributes OID.static final org.bouncycastle.asn1.ASN1ObjectIdentifier
The VOMS Generic attributes extension OID.static final Set<org.bouncycastle.asn1.ASN1ObjectIdentifier>
-
Field Details
-
VOMS_EXTENSION_OID
static final org.bouncycastle.asn1.ASN1ObjectIdentifier VOMS_EXTENSION_OIDThe VOMS attribute certificate extension OID. -
VOMS_FQANS_OID
static final org.bouncycastle.asn1.ASN1ObjectIdentifier VOMS_FQANS_OIDThe VOMS attributes OID. -
VOMS_CERTS_OID
static final org.bouncycastle.asn1.ASN1ObjectIdentifier VOMS_CERTS_OIDThe VOMS Certs extension OID. -
VOMS_GENERIC_ATTRS_OID
static final org.bouncycastle.asn1.ASN1ObjectIdentifier VOMS_GENERIC_ATTRS_OIDThe VOMS Generic attributes extension OID. -
VOMS_HANDLED_EXTENSIONS
-