org.eparapher.core.crypto
Class KeystoreEntry

java.lang.Object
  extended by org.eparapher.core.crypto.KeystoreEntry

public class KeystoreEntry
extends Object


Constructor Summary
KeystoreEntry(String alias, X509Certificate[] certificates, GenericKeystore userkeystore)
           
KeystoreEntry(String alias, X509Certificate certificate, GenericKeystore mtruststore)
           
 
Method Summary
 boolean equals(Object obj)
           
 X509Certificate[] getCertificateChain()
           
 GenericKeystore getKeystore()
           
 String getKeystoreAlias()
           
 boolean isTrustedCertificate()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeystoreEntry

public KeystoreEntry(String alias,
                     X509Certificate[] certificates,
                     GenericKeystore userkeystore)

KeystoreEntry

public KeystoreEntry(String alias,
                     X509Certificate certificate,
                     GenericKeystore mtruststore)
Method Detail

getKeystore

public GenericKeystore getKeystore()

getKeystoreAlias

public String getKeystoreAlias()

getCertificateChain

public X509Certificate[] getCertificateChain()

isTrustedCertificate

public boolean isTrustedCertificate()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 eParapher Software Foundation. All Rights Reserved.