Class ApnsSigningKey

java.lang.Object
com.eatthepath.pushy.apns.auth.ApnsSigningKey
All Implemented Interfaces:
Serializable, ECKey, ECPrivateKey, Key, PrivateKey, Destroyable

public class ApnsSigningKey
extends Object
implements ECPrivateKey
A private key used to sign authentication tokens. Signing keys are associated with a developer team (in Apple's parlance), and can be used to sign authentication tokens for any topic associated with that team. Signing key instances are immutable and thread-safe.
Since:
0.10
Author:
Jon Chambers
See Also:
Serialized Form