Java org.bouncycastle.asn1.x509 KeyPurposeId fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.x509 KeyPurposeId fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.x509 KeyPurposeId.

The text is from its open source code.

Field

KeyPurposeIdanyExtendedKeyUsage
{ 2 5 29 37 0 }
KeyPurposeIdid_kp_serverAuth
{ id-kp 1 }
KeyPurposeIdid_kp_clientAuth
{ id-kp 2 }
KeyPurposeIdid_kp_codeSigning
{ id-kp 3 }
KeyPurposeIdid_kp_emailProtection
{ id-kp 4 }
KeyPurposeIdid_kp_ipsecEndSystem
Usage deprecated by RFC4945 - was { id-kp 5 }
KeyPurposeIdid_kp_ipsecTunnel
Usage deprecated by RFC4945 - was { id-kp 6 }
KeyPurposeIdid_kp_ipsecUser
Usage deprecated by RFC4945 - was { idkp 7 }
KeyPurposeIdid_kp_timeStamping
{ id-kp 8 }
KeyPurposeIdid_kp_OCSPSigning
{ id-kp 9 }
KeyPurposeIdid_kp_smartcardlogon
{ 1 3 6 1 4 1 311 20 2 2 }

Method

StringgetId()
KeyPurposeIdgetInstance(Object o)
ASN1PrimitivetoASN1Primitive()