Uses of Class
org.nhindirect.config.store.CertificateException

Packages that use CertificateException
org.nhindirect.config.store   
 

Uses of CertificateException in org.nhindirect.config.store
 

Methods in org.nhindirect.config.store that throw CertificateException
 void Certificate.setData(byte[] data)
          Set the value of data.
 void Anchor.setData(byte[] data)
          Set the value of certificateData.
 void Certificate.setPrivateKey(boolean b)
          Indicates if the certificate has a private key
 X509Certificate Anchor.toCertificate()
           
 Certificate.CertContainer Certificate.toCredential()
           
static Thumbprint Thumbprint.toThumbprint(X509Certificate cert)
          Creates a thumbprint of an X509Certificate.
 void Certificate.validate()
          Validate the Certificate for the existance of data.
 void Anchor.validate()
          Validate the Anchor for the existance of data.
 



Copyright © 2011. All Rights Reserved.