org.metastatic.jessie.pki

Interface GnuPKIExtension

All Superinterfaces:
X509Extension
Known Implementing Classes:
X509CertificateImpl, X509CRLImpl

public interface GnuPKIExtension
extends X509Extension

Method Summary

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

Method Details

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()