public interface PublicKey extends Key
公共密钥。此接口不包含任何方法或常量。它只用于组(并提供类型安全)所有公钥接口。注:特殊的公共密钥接口扩展此接口。看到的,例如,在java.security.interfaces
的dsapublickey接口。
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
设置为表示与类的前一个版本的序列化兼容性的类的指纹。
|
getAlgorithm, getEncoded, getFormat
static final long serialVersionUID
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.