Example usage for java.security.interfaces ECPrivateKey interface-usage

List of usage examples for java.security.interfaces ECPrivateKey interface-usage

Introduction

In this page you can find the example usage for java.security.interfaces ECPrivateKey interface-usage.

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>
 *