Class ApnsVerificationKey

java.lang.Object
com.eatthepath.pushy.apns.auth.ApnsVerificationKey
All Implemented Interfaces:
Serializable, ECKey, ECPublicKey, Key, PublicKey

public class ApnsVerificationKey
extends Object
implements ECPublicKey

A public key used to verify 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.

Callers generally won't need to use this class outside of the context of integration tests. In almost all cases, callers will want to use an ApnsSigningKey to provide signing credentials to an ApnsClient.

Verification keys are immutable and thread-safe.

Since:
0.10
Author:
Jon Chambers
See Also:
Serialized Form