org.eparapher.core.crypto
Class KeystoreEntry
java.lang.Object
org.eparapher.core.crypto.KeystoreEntry
public class KeystoreEntry
- extends Object
KeystoreEntry
public KeystoreEntry(String alias,
X509Certificate[] certificates,
GenericKeystore userkeystore)
KeystoreEntry
public KeystoreEntry(String alias,
X509Certificate certificate,
GenericKeystore mtruststore)
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.