Class AppleExtensionCertPathChecker
java.lang.Object
java.security.cert.PKIXCertPathChecker
com.apple.itunes.storekit.verification.AppleExtensionCertPathChecker
- All Implemented Interfaces:
 Cloneable,CertPathChecker
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(Certificate cert, Collection<String> unresolvedCritExts) clone()voidinit(boolean forward) booleanMethods inherited from class java.security.cert.PKIXCertPathChecker
check 
- 
Constructor Details
- 
AppleExtensionCertPathChecker
public AppleExtensionCertPathChecker() 
 - 
 - 
Method Details
- 
init
public void init(boolean forward) - Specified by:
 initin interfaceCertPathChecker- Specified by:
 initin classPKIXCertPathChecker
 - 
clone
- Overrides:
 clonein classPKIXCertPathChecker
 - 
isForwardCheckingSupported
public boolean isForwardCheckingSupported()- Specified by:
 isForwardCheckingSupportedin interfaceCertPathChecker- Specified by:
 isForwardCheckingSupportedin classPKIXCertPathChecker
 - 
getSupportedExtensions
- Specified by:
 getSupportedExtensionsin classPKIXCertPathChecker
 - 
check
public void check(Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException - Specified by:
 checkin classPKIXCertPathChecker- Throws:
 CertPathValidatorException
 
 -