List of usage examples for java.security.interfaces ECPrivateKey interface-usage
From source file com.turo.pushy.apns.auth.ApnsSigningKey.java
/**
* 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.
*
* @author <a href="https://github.com/jchambers">Jon Chambers</a>
*