eu.emi.security.authn.x509.helpers.trust
Class TrustAnchorExt

java.lang.Object
  extended by java.security.cert.TrustAnchor
      extended by eu.emi.security.authn.x509.helpers.trust.TrustAnchorExt

public class TrustAnchorExt
extends TrustAnchor


Constructor Summary
TrustAnchorExt(X509Certificate trustedCert, byte[] nameConstraints)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.security.cert.TrustAnchor
getCA, getCAName, getCAPublicKey, getNameConstraints, getTrustedCert, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustAnchorExt

public TrustAnchorExt(X509Certificate trustedCert,
                      byte[] nameConstraints)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.