Uses of Class gnu.crypto.der.OID

Uses in package gnu.crypto.pki.provider

Constructors with parameter type gnu.crypto.der.OID

RSA.RSA(MessageDigest md, OID digestAlgorithm)

Fields of type gnu.crypto.der.OID

OID
digestAlgorithm OBJECT IDENTIFIER ::= { iso(1) member-body(2) US(840) rsadsi(113549) digestAlgorithm(2) }
OID

Uses in package gnu.crypto.der

Methods with return type gnu.crypto.der.OID

OID
OID.getChild(int id)
OID
Get the parent OID of this OID.
OID
Get the root OID of this OID.

Uses in package gnu.crypto.pki.ext

Constructors with parameter type gnu.crypto.der.OID

Extension.Extension(OID oid, Extension.Value value, boolean critical)

Fields of type gnu.crypto.der.OID

OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
This extension's object identifier.

Methods with parameter type gnu.crypto.der.OID

List
OID

Methods with return type gnu.crypto.der.OID

OID
OID

Uses in package gnu.crypto.pki

Fields of type gnu.crypto.der.OID

OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID
OID

Methods with parameter type gnu.crypto.der.OID

boolean
X500Name.containsComponent(OID oid, String value)
String
String
X500Name.getComponent(OID oid, int rdn)
Extension
Returns the extension object for the given object identifier.
Extension
Returns the extension object for the given object identifier.
Extension
Returns the extension object for the given object identifier.
Extension
Returns the extension object for the given object identifier.
void
X500Name.putComponent(OID oid, String value)

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