Uses of Class
com.eatthepath.pushy.apns.auth.ApnsVerificationKey
Packages that use ApnsVerificationKey
-
Uses of ApnsVerificationKey in com.eatthepath.pushy.apns.auth
Methods in com.eatthepath.pushy.apns.auth that return ApnsVerificationKeyModifier and TypeMethodDescriptionstatic ApnsVerificationKeyApnsVerificationKey.loadFromInputStream(InputStream inputStream, String teamId, String keyId) Loads a verification key from the given input stream.static ApnsVerificationKeyApnsVerificationKey.loadFromPkcs8File(File pkcs8File, String teamId, String keyId) Loads a verification key from the given PKCS#8 file.Methods in com.eatthepath.pushy.apns.auth with parameters of type ApnsVerificationKeyModifier and TypeMethodDescriptionbooleanAuthenticationToken.verifySignature(ApnsVerificationKey verificationKey) Verifies the cryptographic signature of this authentication token.