Uses of Class
org.bouncycastle.asn1.x509.KeyPurposeId
| Package | Description |
|---|---|
| org.bouncycastle.asn1.x509 |
-
Uses of KeyPurposeId in org.bouncycastle.asn1.x509
Fields in org.bouncycastle.asn1.x509 declared as KeyPurposeId Modifier and Type Field Description static KeyPurposeIdKeyPurposeId. anyExtendedKeyUsage{ 2 5 29 37 0 }static KeyPurposeIdKeyPurposeId. id_kp_capwapAC{ id-kp 18 }static KeyPurposeIdKeyPurposeId. id_kp_capwapWTP{ id-kp 19 }static KeyPurposeIdKeyPurposeId. id_kp_clientAuth{ id-kp 2 }static KeyPurposeIdKeyPurposeId. id_kp_codeSigning{ id-kp 3 }static KeyPurposeIdKeyPurposeId. id_kp_dvcs{ id-kp 10 }static KeyPurposeIdKeyPurposeId. id_kp_eapOverLAN{ id-kp 14 }static KeyPurposeIdKeyPurposeId. id_kp_eapOverPPP{ id-kp 13 }static KeyPurposeIdKeyPurposeId. id_kp_emailProtection{ id-kp 4 }static KeyPurposeIdKeyPurposeId. id_kp_ipsecEndSystemUsage deprecated by RFC4945 - was { id-kp 5 }static KeyPurposeIdKeyPurposeId. id_kp_ipsecIKE{ id-kp 17 }static KeyPurposeIdKeyPurposeId. id_kp_ipsecTunnelUsage deprecated by RFC4945 - was { id-kp 6 }static KeyPurposeIdKeyPurposeId. id_kp_ipsecUserUsage deprecated by RFC4945 - was { idkp 7 }static KeyPurposeIdKeyPurposeId. id_kp_OCSPSigning{ id-kp 9 }static KeyPurposeIdKeyPurposeId. id_kp_sbgpCertAAServerAuth{ id-kp 11 }static KeyPurposeIdKeyPurposeId. id_kp_scvp_responder{ id-kp 12 }static KeyPurposeIdKeyPurposeId. id_kp_scvpClient{ id-kp 16 }static KeyPurposeIdKeyPurposeId. id_kp_scvpServer{ id-kp 15 }static KeyPurposeIdKeyPurposeId. id_kp_serverAuth{ id-kp 1 }static KeyPurposeIdKeyPurposeId. id_kp_smartcardlogon{ 1 3 6 1 4 1 311 20 2 2 }static KeyPurposeIdKeyPurposeId. id_kp_timeStamping{ id-kp 8 }Methods in org.bouncycastle.asn1.x509 that return KeyPurposeId Modifier and Type Method Description static KeyPurposeIdKeyPurposeId. getInstance(Object o)KeyPurposeId[]ExtendedKeyUsage. getUsages()Returns all extended key usages.Methods in org.bouncycastle.asn1.x509 with parameters of type KeyPurposeId Modifier and Type Method Description booleanExtendedKeyUsage. hasKeyPurposeId(KeyPurposeId keyPurposeId)Constructors in org.bouncycastle.asn1.x509 with parameters of type KeyPurposeId Constructor Description ExtendedKeyUsage(KeyPurposeId usage)ExtendedKeyUsage(KeyPurposeId[] usages)