public class UtilName
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
UtilName() |
Modifier and Type | Method and Description |
---|---|
static Name |
byte2Name(byte[] aName) |
static java.lang.String |
generalName2String(GeneralName aGenName) |
static boolean |
isUtf8String(Name aName) |
static byte[] |
name2byte(Name aName) |
static java.lang.String |
name2String(Name aName) |
static Name |
string2Name(java.lang.String aDN,
boolean aTurkce) |
public static java.lang.String name2String(Name aName)
public static java.lang.String generalName2String(GeneralName aGenName)
public static Name string2Name(java.lang.String aDN, boolean aTurkce) throws com.objsys.asn1j.runtime.Asn1Exception
com.objsys.asn1j.runtime.Asn1Exception
public static Name byte2Name(byte[] aName) throws com.objsys.asn1j.runtime.Asn1Exception, java.io.IOException
com.objsys.asn1j.runtime.Asn1Exception
java.io.IOException
public static byte[] name2byte(Name aName) throws com.objsys.asn1j.runtime.Asn1Exception
com.objsys.asn1j.runtime.Asn1Exception
public static boolean isUtf8String(Name aName)
Copyright © 2025. All rights reserved.