Team LiB
Previous Section Next Section

ECKeyjava.security.interfaces

Java 5.0

This interface defines the API that must be implemented by all elliptic curve keys.

public interface ECKey {
// Public Instance Methods
     java.security.spec.ECParameterSpec getParams( );  
}

Implementations

ECPrivateKey, ECPublicKey

    Team LiB
    Previous Section Next Section