org.nhindirect.config.store
Class Certificate.CertContainer

java.lang.Object
  extended by org.nhindirect.config.store.Certificate.CertContainer
Enclosing class:
Certificate

public static class Certificate.CertContainer
extends Object


Constructor Summary
Certificate.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

Certificate.CertContainer

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

getCert

public X509Certificate getCert()

getKey

public Key getKey()


Copyright © 2011. All Rights Reserved.