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 ApnsVerificationKey
ApnsVerificationKey.loadFromInputStream
(InputStream inputStream, String teamId, String keyId) Loads a verification key from the given input stream.static ApnsVerificationKey
ApnsVerificationKey.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 TypeMethodDescriptionboolean
AuthenticationToken.verifySignature
(ApnsVerificationKey verificationKey) Verifies the cryptographic signature of this authentication token.