Uses of Class
org.apache.geronimo.util.asn1.x509.KeyPurposeId

Packages that use KeyPurposeId
org.apache.geronimo.util.asn1.x509   
 

Uses of KeyPurposeId in org.apache.geronimo.util.asn1.x509
 

Fields in org.apache.geronimo.util.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 org.apache.geronimo.util.asn1.x509 with parameters of type KeyPurposeId
 boolean ExtendedKeyUsage.hasKeyPurposeId(KeyPurposeId keyPurposeId)
           
 

Constructors in org.apache.geronimo.util.asn1.x509 with parameters of type KeyPurposeId
ExtendedKeyUsage(KeyPurposeId usage)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.