Uses of Class
org.bouncycastle.asn1.x509.KeyPurposeId
Packages that use KeyPurposeId
Package
Description
Support classes useful for encoding and processing X.509 certificates.
-
Uses of KeyPurposeId in org.bouncycastle.asn1.x509
Fields in org.bouncycastle.asn1.x509 declared as KeyPurposeIdModifier and TypeFieldDescriptionstatic final KeyPurposeId
KeyPurposeId.anyExtendedKeyUsage
{ 2 5 29 37 0 }static final KeyPurposeId
KeyPurposeId.id_kp_capwapAC
{ id-kp 18 }static final KeyPurposeId
KeyPurposeId.id_kp_capwapWTP
{ id-kp 19 }static final KeyPurposeId
KeyPurposeId.id_kp_clientAuth
{ id-kp 2 }static final KeyPurposeId
KeyPurposeId.id_kp_codeSigning
{ id-kp 3 }static final KeyPurposeId
KeyPurposeId.id_kp_dvcs
{ id-kp 10 }static final KeyPurposeId
KeyPurposeId.id_kp_eapOverLAN
{ id-kp 14 }static final KeyPurposeId
KeyPurposeId.id_kp_eapOverPPP
{ id-kp 13 }static final KeyPurposeId
KeyPurposeId.id_kp_emailProtection
{ id-kp 4 }static final KeyPurposeId
KeyPurposeId.id_kp_ipsecEndSystem
Usage deprecated by RFC4945 - was { id-kp 5 }static final KeyPurposeId
KeyPurposeId.id_kp_ipsecIKE
{ id-kp 17 }static final KeyPurposeId
KeyPurposeId.id_kp_ipsecTunnel
Usage deprecated by RFC4945 - was { id-kp 6 }static final KeyPurposeId
KeyPurposeId.id_kp_ipsecUser
Usage deprecated by RFC4945 - was { idkp 7 }static final KeyPurposeId
KeyPurposeId.id_kp_macAddress
static final KeyPurposeId
KeyPurposeId.id_kp_msSGC
Microsoft Server Gated Crypto (msSGC) see http://www.alvestrand.no/objectid/1.3.6.1.4.1.311.10.3.3.htmlstatic final KeyPurposeId
KeyPurposeId.id_kp_nsSGC
Netscape Server Gated Crypto (nsSGC) see http://www.alvestrand.no/objectid/2.16.840.1.113730.4.1.htmlstatic final KeyPurposeId
KeyPurposeId.id_kp_OCSPSigning
{ id-kp 9 }static final KeyPurposeId
KeyPurposeId.id_kp_sbgpCertAAServerAuth
{ id-kp 11 }static final KeyPurposeId
KeyPurposeId.id_kp_scvp_responder
{ id-kp 12 }static final KeyPurposeId
KeyPurposeId.id_kp_scvpClient
{ id-kp 16 }static final KeyPurposeId
KeyPurposeId.id_kp_scvpServer
{ id-kp 15 }static final KeyPurposeId
KeyPurposeId.id_kp_serverAuth
{ id-kp 1 }static final KeyPurposeId
KeyPurposeId.id_kp_smartcardlogon
{ 1 3 6 1 4 1 311 20 2 2 }static final KeyPurposeId
KeyPurposeId.id_kp_timeStamping
{ id-kp 8 }Methods in org.bouncycastle.asn1.x509 that return KeyPurposeIdModifier and TypeMethodDescriptionstatic KeyPurposeId
KeyPurposeId.getInstance
(Object o) ExtendedKeyUsage.getUsages()
Returns all extended key usages.Methods in org.bouncycastle.asn1.x509 with parameters of type KeyPurposeIdModifier and TypeMethodDescriptionboolean
ExtendedKeyUsage.hasKeyPurposeId
(KeyPurposeId keyPurposeId) Return true if this ExtendedKeyUsage object contains the passed in keyPurposeId.Constructors in org.bouncycastle.asn1.x509 with parameters of type KeyPurposeIdModifierConstructorDescriptionExtendedKeyUsage
(KeyPurposeId usage) Base constructor, from a single KeyPurposeId.ExtendedKeyUsage
(KeyPurposeId[] usages) Base constructor, from multiple KeyPurposeIds.