Uses of Class
com.eatthepath.pushy.apns.auth.ApnsVerificationKey
-
Packages that use 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 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 ApnsVerificationKey Modifier and Type Method Description boolean
AuthenticationToken. verifySignature(ApnsVerificationKey verificationKey)
Verifies the cryptographic signature of this authentication token.
-