Uses of Class
com.eatthepath.pushy.apns.auth.ApnsVerificationKey
-
Uses of ApnsVerificationKey in com.eatthepath.pushy.apns.auth
Modifier 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.Modifier and TypeMethodDescriptionboolean
AuthenticationToken.verifySignature
(ApnsVerificationKey verificationKey) Verifies the cryptographic signature of this authentication token.