Android
java.security.cert
public abstract class

java.security.cert.PKIXCertPathChecker

java.lang.Object
java.security.cert.PKIXCertPathChecker Cloneable

Summary

Protected Constructors

            PKIXCertPathChecker()

Public Methods

abstract          void  check(Certificate cert, Collection<String> unresolvedCritExts)
          Object  clone()
Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver.
abstract          Set<String getSupportedExtensions()
abstract          void  init(boolean forward)
abstract          boolean  isForwardCheckingSupported()
Methods inherited from class java.lang.Object

Details

Protected Constructors

protected PKIXCertPathChecker()

Public Methods

public abstract void check(Certificate cert, Collection<String> unresolvedCritExts)

public Object clone()

Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver.

Classes which wish to support cloning must specify that they implement the Cloneable interface, since the implementation checks for this.

Returns

  • Object a shallow copy of this object.

public abstract Set<String> getSupportedExtensions()

public abstract void init(boolean forward)

public abstract boolean isForwardCheckingSupported()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48