Uses of Class
com.digt.trusted.asn1.x509.KeyPurposeId

Packages that use KeyPurposeId
com.digt.trusted.asn1.x509 Support classes useful for encoding and processing X.509 certificates. 
 

Uses of KeyPurposeId in com.digt.trusted.asn1.x509
 

Fields in com.digt.trusted.asn1.x509 declared as KeyPurposeId
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 com.digt.trusted.asn1.x509 with parameters of type KeyPurposeId
 boolean ExtendedKeyUsage.hasKeyPurposeId(KeyPurposeId keyPurposeId)
           
 

Constructors in com.digt.trusted.asn1.x509 with parameters of type KeyPurposeId
ExtendedKeyUsage(KeyPurposeId usage)