public class ObjectIdentifierHandler extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static Constructor<?> |
objectIdentifierConstructor |
| 构造器和说明 |
|---|
ObjectIdentifierHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
private static String |
getStringOid(int[] values) |
private static void |
initObjectIdentifier() |
static sun.security.util.ObjectIdentifier |
newObjectIdentifier(int[] values) |
static sun.security.util.ObjectIdentifier |
newObjectIdentifier(String oid)
JDK 15.0.24 modify the ObjectIdentifier(String) constructor to private,
which cannot be accessed directly.
|
private static Constructor<?> objectIdentifierConstructor
private static void initObjectIdentifier()
private static String getStringOid(int[] values)
public static sun.security.util.ObjectIdentifier newObjectIdentifier(String oid) throws IOException
oid - oid StringIOException - It is consistent with the original instance creation.
If the instance creation fails, an IOException is thrown.public static sun.security.util.ObjectIdentifier newObjectIdentifier(int[] values)
throws IOException
IOExceptionCopyright © 2022. All rights reserved.