-  
       
- All Superinterfaces:
 -  
         
Destroyable,ECKey,Key,PrivateKey,Serializable 
public interface ECPrivateKey extends PrivateKey, ECKey
椭圆曲线(EC)私钥的接口。- 从以下版本开始:
 - 1.5
 - 另请参见:
 -  
         
PrivateKey,ECKey 
 
-  
        
       
-  
             
字段汇总
字段 变量和类型 字段 描述 static longserialVersionUID设置为指示序列化兼容性的类指纹。 
-  
             
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 BigIntegergetS()返回私有值S.-  
               
声明方法的接口 javax.security.auth.Destroyable
destroy, isDestroyed 
-  
               
声明方法的接口 java.security.Key
getAlgorithm, getEncoded, getFormat 
 -  
               
 
 -  
             
 
-  
        
       
-  
             
字段详细信息
-  
serialVersionUID
static final long serialVersionUID
设置为指示序列化兼容性的类指纹。- 另请参见:
 - 常数字段值
 
 
 -  
 
-  
             
方法详细信息
-  
getS
BigInteger getS()
返回私有值S.- 结果
 - 私人价值S.
 
 
 -  
 
 -