Android
java.security.cert
public class

java.security.cert.PKIXBuilderParameters

java.lang.Object
java.security.cert.PKIXParameters CertPathParameters
java.security.cert.PKIXBuilderParameters

Summary

Public Constructors

            PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints)
            PKIXBuilderParameters(KeyStore keyStore, CertSelector targetConstraints)

Public Methods

          int  getMaxPathLength()
          void  setMaxPathLength(int maxPathLength)
          String  toString()
Returns a string containing a concise, human-readable description of the receiver.
Methods inherited from class java.security.cert.PKIXParameters
Methods inherited from class java.lang.Object
Methods inherited from interface java.security.cert.CertPathParameters

Details

Public Constructors

public PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints)

public PKIXBuilderParameters(KeyStore keyStore, CertSelector targetConstraints)

Public Methods

public int getMaxPathLength()

public void setMaxPathLength(int maxPathLength)

public String toString()

Returns a string containing a concise, human-readable description of the receiver.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48