Uses of Class
com.eatthepath.pushy.apns.auth.ApnsSigningKey
Package
Description
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
Contains classes for working with APNs keys.
-
Uses of ApnsSigningKey in com.eatthepath.pushy.apns
Modifier and TypeMethodDescriptionApnsClientBuilder.setSigningKey
(ApnsSigningKey signingKey) Sets the signing key for the client under construction. -
Uses of ApnsSigningKey in com.eatthepath.pushy.apns.auth
Modifier and TypeMethodDescriptionstatic ApnsSigningKey
ApnsSigningKey.loadFromInputStream
(InputStream inputStream, String teamId, String keyId) Loads a signing key from the given input stream.static ApnsSigningKey
ApnsSigningKey.loadFromPkcs8File
(File pkcs8File, String teamId, String keyId) Loads a signing key from the given PKCS#8 file.ModifierConstructorDescriptionAuthenticationToken
(ApnsSigningKey signingKey, Instant issuedAt) Constructs a new authentication token using the given signing key (and associated metadata) issued at the given date.