public interface KeyName extends XMLStructure
KeyName
元在
W3C Recommendation for XML-Signature Syntax and Processing定义。一个
KeyName
对象包含一个字符串值,这可能是由签名者用一个密钥标识符到收件人沟通。XML架构定义的定义是:
<元名称=“键名”type=“字符串” />一
KeyName
实例可以通过调用类的
KeyInfoFactory
newKeyName
方法创建的,并通过这一
String
代表关键的名称;例如:
keyinfofactory厂= keyinfofactory getInstance(DOM);控制台控制台=工厂。newkeyname(“爱丽丝”);
KeyInfoFactory.newKeyName(String)
Modifier and Type | Method and Description |
---|---|
String |
getName()
返回该
KeyName 名称。
|
isFeatureSupported
String getName()
KeyName
名称。
KeyName
名称(不
null
)
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.