net.larsan.urd.util
Interface Certifiable

All Known Implementing Classes:
JarFileSet.JarResource

public interface Certifiable

A simple interface for classes/resources or other animals that happend to be signed.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson

Method Summary
 java.security.cert.Certificate[] getCertificates()
          Get certificates for the object.
 

Method Detail

getCertificates

public java.security.cert.Certificate[] getCertificates()
Get certificates for the object. Returns null if no certificates where found.

Returns:
A certificate array, or null if no certificates where found