![JAR search and dependency download from the Maven repository](/logo.png)
nl.open.jwtdependency.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 java-jwt-nodependencies Show documentation
Show all versions of java-jwt-nodependencies Show documentation
This is a drop in replacement for the auth0 java-jwt library (see https://github.com/auth0/java-jwt). This jar makes sure there are no external dependencies (e.g. fasterXml, Apacha Commons) needed. This is useful when deploying to an application server (e.g. tomcat with Alfreso or Pega).
The newest version!
package org.bouncycastle.asn1.x509;
import org.bouncycastle.asn1.ASN1ObjectIdentifier;
public interface X509AttributeIdentifiers
{
/**
* @deprecated use id_at_role
*/
static final ASN1ObjectIdentifier RoleSyntax = new ASN1ObjectIdentifier("2.5.4.72");
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 - 2025 Weber Informatics LLC | Privacy Policy