Package | Description |
---|---|
com.turo.pushy.apns |
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
|
com.turo.pushy.apns.auth |
Contains classes for working with APNs keys.
|
Modifier and Type | Method and Description |
---|---|
ApnsClientBuilder |
ApnsClientBuilder.setSigningKey(ApnsSigningKey signingKey)
Sets the signing key for the client under construction.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Constructor and Description |
---|
AuthenticationToken(ApnsSigningKey signingKey,
Date issuedAt)
Constructs a new authentication token using the given signing key (and associated metadata) issued at the given
date.
|
Copyright © 2013–2018 Turo. All rights reserved.