Uses of Class
com.eatthepath.pushy.apns.auth.ApnsVerificationKey
| Package | Description |
|---|---|
| com.eatthepath.pushy.apns.auth |
Contains classes for working with APNs keys.
|
-
Uses of ApnsVerificationKey in com.eatthepath.pushy.apns.auth
Methods in com.eatthepath.pushy.apns.auth that return ApnsVerificationKey Modifier and Type Method Description static 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 ApnsVerificationKey Modifier and Type Method Description booleanAuthenticationToken. verifySignature(ApnsVerificationKey verificationKey)Verifies the cryptographic signature of this authentication token.