java > java.security > java.security.cert > java.security.cert.trustanchor >

Class: java.security.cert.TrustAnchor
    java.lang.Object
       java.security.cert.TrustAnchor


public class TrustAnchor extends Object


FIELDS:

CONSTRUCTORS:
public TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints)

public TrustAnchor(X500Principal caPrincipal, PublicKey pubKey, byte[] nameConstraints)

public TrustAnchor(String caName, PublicKey pubKey, byte[] nameConstraints)


METHODS:
public final X500Principal getCA()

public final String getCAName()

public final PublicKey getCAPublicKey()

public final byte[] getNameConstraints()

public final X509Certificate getTrustedCert()

public String toString()
Overrides: Object


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net