📄 keypurposeid.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: KeyPurposeId.java
package jit.asn1.x509;
import jit.asn1.DERObjectIdentifier;
// Referenced classes of package jit.asn1.x509:
// X509Extensions
public class KeyPurposeId extends DERObjectIdentifier
{
private static final String id_kp = "1.3.6.1.5.5.7.3";
public static final KeyPurposeId anyExtendedKeyUsage;
public static final KeyPurposeId id_kp_serverAuth = new KeyPurposeId("1.3.6.1.5.5.7.3.1");
public static final KeyPurposeId id_kp_clientAuth = new KeyPurposeId("1.3.6.1.5.5.7.3.2");
public static final KeyPurposeId id_kp_codeSigning = new KeyPurposeId("1.3.6.1.5.5.7.3.3");
public static final KeyPurposeId id_kp_emailProtection = new KeyPurposeId("1.3.6.1.5.5.7.3.4");
public static final KeyPurposeId id_kp_ipsecEndSystem = new KeyPurposeId("1.3.6.1.5.5.7.3.5");
public static final KeyPurposeId id_kp_ipsecTunnel = new KeyPurposeId("1.3.6.1.5.5.7.3.6");
public static final KeyPurposeId id_kp_ipsecUser = new KeyPurposeId("1.3.6.1.5.5.7.3.7");
public static final KeyPurposeId id_kp_timeStamping = new KeyPurposeId("1.3.6.1.5.5.7.3.8");
public static final KeyPurposeId id_kp_OCSPSigning = new KeyPurposeId("1.3.6.1.5.5.7.3.9");
public static final KeyPurposeId id_kp_smartCardLogon = new KeyPurposeId("1.3.6.1.4.1.311.20.2.2");
public static final KeyPurposeId id_kp_encryptedFileSystem = new KeyPurposeId("1.3.6.1.4.1.311.10.3.4");
private KeyPurposeId(String id)
{
super(id);
}
static
{
id_kp = "1.3.6.1.5.5.7.3";
anyExtendedKeyUsage = new KeyPurposeId(String.valueOf(String.valueOf(X509Extensions.ExtendedKeyUsage.getId())).concat(".0"));
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -