gnu.crypto.pki
Interface GnuPKIExtension
- X509Extension
- X509CertificateBuilder, X509CertificateImpl, X509CRLEntryImpl, X509CRLImpl
public interface GnuPKIExtension
extends X509Extension
getExtension
public Extension getExtension(OID oid)
Returns the extension object for the given object identifier.
oid
- The OID of the extension to get.
- 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.