Example usage for org.bouncycastle.asn1.x500.style IETFUtils decodeAttrName

List of usage examples for org.bouncycastle.asn1.x500.style IETFUtils decodeAttrName

Introduction

In this page you can find the example usage for org.bouncycastle.asn1.x500.style IETFUtils decodeAttrName.

Prototype

public static ASN1ObjectIdentifier decodeAttrName(String name, Hashtable lookUp) 

Source Link

Usage

From source file:org.ejbca.util.LdapNameStyle.java

License:Open Source License

@Override
public ASN1ObjectIdentifier attrNameToOID(String attrName) {
    return IETFUtils.decodeAttrName(attrName, DefaultLookUp);
}