IEdECPrivateKey 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
RFC 8032:Edwards 曲线数字签名算法(EdDSA)定义的椭圆曲线私钥的接口。
[Android.Runtime.Register("java/security/interfaces/EdECPrivateKey", "", "Java.Security.Interfaces.IEdECPrivateKeyInvoker", ApiSince=33)]
public interface IEdECPrivateKey : IDisposable, Java.Interop.IJavaPeerable, Java.Security.Interfaces.IEdECKey, Java.Security.IPrivateKey
[<Android.Runtime.Register("java/security/interfaces/EdECPrivateKey", "", "Java.Security.Interfaces.IEdECPrivateKeyInvoker", ApiSince=33)>]
type IEdECPrivateKey = interface
interface IEdECKey
interface IJavaObject
interface IDisposable
interface IJavaPeerable
interface IPrivateKey
interface IKey
interface ISerializable
- 属性
- 实现
注解
RFC 8032:Edwards 曲线数字签名算法(EdDSA)定义的椭圆曲线私钥的接口。 这些键与所 ECPrivateKey
表示的键不同,它们适用于基于 RFC 8032(如 EdDSA Signature
算法)的算法。
Edwards-Curve 私钥是一个位字符串。 此接口仅支持 8 的倍数的位字符串长度,并且使用字节数组表示密钥。
已在 15 中添加。
适用于 . 的 java.security.interfaces.EdECPrivateKey
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
字段
SerialVersionUID |
设置为指示与类早期版本的序列化兼容性的类指纹。 (继承自 IPrivateKey) |
属性
Algorithm |
返回此密钥的算法的名称。 (继承自 IKey) |
Bytes |
RFC 8032:Edwards 曲线数字签名算法(EdDSA)定义的椭圆曲线私钥的接口。 |
Format |
返回用于对此密钥进行编码的格式的名称,或者 |
Handle |
获取基础 Android 对象的 JNI 值。 (继承自 IJavaObject) |
JniIdentityHashCode |
返回包装实例的值 |
JniManagedPeerState |
托管对等方的状态。 (继承自 IJavaPeerable) |
JniPeerMembers |
成员访问和调用支持。 (继承自 IJavaPeerable) |
Params |
RFC 8032:Edwards 曲线数字签名算法(EdDSA)定义的椭圆曲线私钥的接口。 (继承自 IEdECKey) |
PeerReference |
返回 JniObjectReference 包装的 Java 对象实例。 (继承自 IJavaPeerable) |
方法
Disposed() |
在释放实例时调用。 (继承自 IJavaPeerable) |
DisposeUnlessReferenced() |
如果没有对此实例的未完成引用,则调用 |
Finalized() |
在实例完成时调用。 (继承自 IJavaPeerable) |
GetEncoded() |
返回其主要编码格式的键,如果此键不支持编码,则返回 null。 (继承自 IKey) |
SetJniIdentityHashCode(Int32) |
设置由 |
SetJniManagedPeerState(JniManagedPeerStates) |
RFC 8032:Edwards 曲线数字签名算法(EdDSA)定义的椭圆曲线私钥的接口。 (继承自 IJavaPeerable) |
SetPeerReference(JniObjectReference) |
设置由 |
UnregisterFromRuntime() |
取消注册此实例,以便运行时不会从将来 Java.Interop.JniRuntime+JniValueManager.PeekValue 的调用中返回它。 (继承自 IJavaPeerable) |
扩展方法
JavaCast<TResult>(IJavaObject) |
执行 Android 运行时检查的类型转换。 |
JavaCast<TResult>(IJavaObject) |
RFC 8032:Edwards 曲线数字签名算法(EdDSA)定义的椭圆曲线私钥的接口。 |
GetJniTypeName(IJavaPeerable) |
RFC 8032:Edwards 曲线数字签名算法(EdDSA)定义的椭圆曲线私钥的接口。 |