org.nhindirect.config.service.impl
Class CertificateServiceImpl.CertContainer

java.lang.Object
  extended by org.nhindirect.config.service.impl.CertificateServiceImpl.CertContainer
Enclosing class:
CertificateServiceImpl

public static class CertificateServiceImpl.CertContainer
extends Object


Constructor Summary
CertificateServiceImpl.CertContainer(X509Certificate cert, Key key)
           
 
Method Summary
 X509Certificate getCert()
           
 Key getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateServiceImpl.CertContainer

public CertificateServiceImpl.CertContainer(X509Certificate cert,
                                            Key key)
Method Detail

getCert

public X509Certificate getCert()

getKey

public Key getKey()


Copyright © 2010. All Rights Reserved.