gnu.crypto.pki

Interface GnuPKIExtension

public interface GnuPKIExtension extends X509Extension

Method Summary
ExtensiongetExtension(OID oid)
Returns the extension object for the given object identifier.
CollectiongetExtensions()

Method Detail

getExtension

public Extension getExtension(OID oid)
Returns the extension object for the given object identifier.

Parameters: oid The OID of the extension to get.

Returns: The extension, or null if there is no such extension.

getExtensions

public Collection getExtensions()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.