For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.der.OID

Packages that use OID
gnu.crypto.der   
gnu.crypto.pki   
gnu.crypto.pki.ext   
gnu.crypto.pki.provider   
 

Uses of OID in gnu.crypto.der
 

Methods in gnu.crypto.der that return OID
 OID OID.getParent()
          Get the parent OID of this OID.
 OID OID.getChild(int id)
           
 OID OID.getRoot()
          Get the root OID of this OID.
 

Uses of OID in gnu.crypto.pki
 

Fields in gnu.crypto.pki declared as OID
protected static OID X509CertificateImpl.ID_DSA
           
protected static OID X509CertificateImpl.ID_DSA_WITH_SHA1
           
protected static OID X509CertificateImpl.ID_RSA
           
protected static OID X509CertificateImpl.ID_RSA_WITH_MD2
           
protected static OID X509CertificateImpl.ID_RSA_WITH_MD5
           
protected static OID X509CertificateImpl.ID_RSA_WITH_SHA1
           
protected static OID X509CertificateImpl.ID_ECDSA_WITH_SHA1
           
protected  OID X509CertificateImpl.algId
           
protected  OID X509CertificateImpl.sigAlgId
           
static OID X500Name.CN
           
static OID X500Name.C
           
static OID X500Name.L
           
static OID X500Name.ST
           
static OID X500Name.STREET
           
static OID X500Name.O
           
static OID X500Name.OU
           
static OID X500Name.T
           
static OID X500Name.DNQ
           
static OID X500Name.NAME
           
static OID X500Name.GIVENNAME
           
static OID X500Name.INITIALS
           
static OID X500Name.GENERATION
           
static OID X500Name.EMAIL
           
static OID X500Name.DC
           
static OID X500Name.UID
           
 

Methods in gnu.crypto.pki with parameters of type OID
 Extension X509CertificateImpl.getExtension(OID oid)
           
 Extension X509CRLImpl.getExtension(OID oid)
           
 Extension X509CRLEntryImpl.getExtension(OID oid)
           
 boolean X500Name.containsComponent(OID oid, String value)
           
 String X500Name.getComponent(OID oid)
           
 String X500Name.getComponent(OID oid, int rdn)
           
 void X500Name.putComponent(OID oid, String value)
           
 Extension GnuPKIExtension.getExtension(OID oid)
          Returns the extension object for the given object identifier.
 

Uses of OID in gnu.crypto.pki.ext
 

Fields in gnu.crypto.pki.ext declared as OID
static OID SubjectKeyIdentifier.ID
           
static OID SubjectAlternativeNames.ID
           
static OID ReasonCode.ID
           
static OID PrivateKeyUsagePeriod.ID
           
static OID PolicyMappings.ID
           
static OID PolicyConstraint.ID
           
static OID KeyUsage.ID
           
static OID IssuerAlternativeNames.ID
           
protected  OID Extension.oid
          This extension's object identifier.
static OID ExtendedKeyUsage.ID
           
static OID CertificatePolicies.ID
           
static OID CRLNumber.ID
           
static OID BasicConstraints.ID
           
static OID AuthorityKeyIdentifier.ID
           
 

Methods in gnu.crypto.pki.ext that return OID
 OID PolicyMappings.getSubjectDomainPolicy(OID issuerDomainPolicy)
           
 OID Extension.getOid()
           
 

Methods in gnu.crypto.pki.ext with parameters of type OID
 OID PolicyMappings.getSubjectDomainPolicy(OID issuerDomainPolicy)
           
 List CertificatePolicies.getPolicyQualifierInfos(OID oid)
           
 

Constructors in gnu.crypto.pki.ext with parameters of type OID
Extension(OID oid, Extension.Value value, boolean critical)
           
 

Uses of OID in gnu.crypto.pki.provider
 

Fields in gnu.crypto.pki.provider declared as OID
protected static OID RSA.DIGEST_ALGORITHM
          digestAlgorithm OBJECT IDENTIFIER ::= { iso(1) member-body(2) US(840) rsadsi(113549) digestAlgorithm(2) }
protected  OID RSA.digestAlgorithm
           
 

Constructors in gnu.crypto.pki.provider with parameters of type OID
RSA(MessageDigest md, OID digestAlgorithm)
           
 


For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.