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