Uses of Class
org.gudy.bouncycastle.asn1.x509.KeyPurposeId
-
Packages that use KeyPurposeId Package Description org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of KeyPurposeId in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as KeyPurposeId Modifier and Type Field Description static KeyPurposeId
KeyPurposeId. anyExtendedKeyUsage
static KeyPurposeId
KeyPurposeId. id_kp_clientAuth
static KeyPurposeId
KeyPurposeId. id_kp_codeSigning
static KeyPurposeId
KeyPurposeId. id_kp_emailProtection
static KeyPurposeId
KeyPurposeId. id_kp_ipsecEndSystem
static KeyPurposeId
KeyPurposeId. id_kp_ipsecTunnel
static KeyPurposeId
KeyPurposeId. id_kp_ipsecUser
static KeyPurposeId
KeyPurposeId. id_kp_OCSPSigning
static KeyPurposeId
KeyPurposeId. id_kp_serverAuth
static KeyPurposeId
KeyPurposeId. id_kp_smartcardlogon
static KeyPurposeId
KeyPurposeId. id_kp_timeStamping
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type KeyPurposeId Modifier and Type Method Description boolean
ExtendedKeyUsage. hasKeyPurposeId(KeyPurposeId keyPurposeId)
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type KeyPurposeId Constructor Description ExtendedKeyUsage(KeyPurposeId usage)
-