org.bouncycastle.asn1.x509.X509AttributeIdentifiers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bcprov-lts8on Show documentation
Show all versions of bcprov-lts8on Show documentation
The Long Term Stable (LTS) Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains the JCA/JCE provider and low-level API for the BC LTS version 2.73.7 for Java 8 and later.
package org.bouncycastle.asn1.x509;
import org.bouncycastle.asn1.ASN1ObjectIdentifier;
public interface X509AttributeIdentifiers
{
static final ASN1ObjectIdentifier id_pe_ac_auditIdentity = X509ObjectIdentifiers.id_pe.branch("4");
static final ASN1ObjectIdentifier id_pe_aaControls = X509ObjectIdentifiers.id_pe.branch("6");
static final ASN1ObjectIdentifier id_pe_ac_proxying = X509ObjectIdentifiers.id_pe.branch("10");
static final ASN1ObjectIdentifier id_ce_targetInformation= X509ObjectIdentifiers.id_ce.branch("55");
static final ASN1ObjectIdentifier id_aca = X509ObjectIdentifiers.id_pkix.branch("10");
static final ASN1ObjectIdentifier id_aca_authenticationInfo = id_aca.branch("1");
static final ASN1ObjectIdentifier id_aca_accessIdentity = id_aca.branch("2");
static final ASN1ObjectIdentifier id_aca_chargingIdentity = id_aca.branch("3");
static final ASN1ObjectIdentifier id_aca_group = id_aca.branch("4");
// { id-aca 5 } is reserved
static final ASN1ObjectIdentifier id_aca_encAttrs = id_aca.branch("6");
static final ASN1ObjectIdentifier id_at_role = new ASN1ObjectIdentifier("2.5.4.72");
static final ASN1ObjectIdentifier id_at_clearance = new ASN1ObjectIdentifier("2.5.1.5.55");
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy