For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki
Interface GnuPKIExtension

All Superinterfaces:
X509Extension
All Known Implementing Classes:
X509CertificateBuilder, X509CertificateImpl, X509CRLEntryImpl, X509CRLImpl

public interface GnuPKIExtension
extends X509Extension


Method Summary
 Extension getExtension(OID oid)
          Returns the extension object for the given object identifier.
 Collection getExtensions()
           
 
Methods inherited from interface java.security.cert.X509Extension
getCriticalExtensionOIDs, getExtensionValue, getNonCriticalExtensionOIDs, hasUnsupportedCriticalExtension
 

Method Detail

getExtension

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

Collection getExtensions()

For the latest news and information visit
The GNU Crypto project

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