com.netscape.certsrv.usrgrp
Class Certificates

java.lang.Object
  extended by com.netscape.certsrv.usrgrp.Certificates

public class Certificates
extends java.lang.Object

This class defines the strong authentication basic elements, the X509 certificates.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Constructor Summary
Certificates(java.security.cert.X509Certificate[] certs)
          Constructs strong authenticator.
 
Method Summary
 java.security.cert.X509Certificate[] getCertificates()
          Retrieves certificates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Certificates

public Certificates(java.security.cert.X509Certificate[] certs)
Constructs strong authenticator.

Parameters:
certs - a list of X509Certificates
Method Detail

getCertificates

public java.security.cert.X509Certificate[] getCertificates()
Retrieves certificates.

Returns:
a list of X509Certificates