Uses of Class
com.eatthepath.pushy.apns.auth.ApnsSigningKey
Packages that use 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
Methods in com.eatthepath.pushy.apns with parameters of type ApnsSigningKeyModifier and TypeMethodDescriptionApnsClientBuilder.setSigningKey(ApnsSigningKey signingKey) Sets the signing key for the client under construction. -
Uses of ApnsSigningKey in com.eatthepath.pushy.apns.auth
Methods in com.eatthepath.pushy.apns.auth that return ApnsSigningKeyModifier and TypeMethodDescriptionstatic ApnsSigningKeyApnsSigningKey.loadFromInputStream(InputStream inputStream, String teamId, String keyId) Loads a signing key from the given input stream.static ApnsSigningKeyApnsSigningKey.loadFromPkcs8File(File pkcs8File, String teamId, String keyId) Loads a signing key from the given PKCS#8 file.Constructors in com.eatthepath.pushy.apns.auth with parameters of type ApnsSigningKeyModifierConstructorDescriptionAuthenticationToken(ApnsSigningKey signingKey, Instant issuedAt) Constructs a new authentication token using the given signing key (and associated metadata) issued at the given date.