Uses of Interface
javax.xml.crypto.XMLStructure
-
Packages that use XMLStructure 软件包 描述 javax.xml.crypto.dom 针对javax.xml.crypto
包的DOM特定类。javax.xml.crypto.dsig 用于生成和验证XML数字签名的类。javax.xml.crypto.dsig.keyinfo 用于解析和处理KeyInfo
元素和结构的类。javax.xml.crypto.dsig.spec XML数字签名的参数类。 -
-
Uses of XMLStructure in javax.xml.crypto.dom
Classes in javax.xml.crypto.dom that implement XMLStructure Modifier and Type Class 描述 class
DOMStructure
DOM专有XMLStructure
。 -
Uses of XMLStructure in javax.xml.crypto.dsig
Subinterfaces of XMLStructure in javax.xml.crypto.dsig Modifier and Type 接口 描述 interface
CanonicalizationMethod
interface
DigestMethod
interface
Manifest
interface
Reference
interface
SignatureMethod
interface
SignatureProperties
interface
SignatureProperty
interface
SignedInfo
interface
Transform
interface
XMLObject
interface
XMLSignature
static interface
XMLSignature.SignatureValue
Classes in javax.xml.crypto.dsig that implement XMLStructure Modifier and Type Class 描述 class
TransformService
用于变换和规范化算法的服务提供程序接口。Methods in javax.xml.crypto.dsig that return types with arguments of type XMLStructure Modifier and Type 方法 描述 List<XMLStructure>
SignatureProperty. getContent()
返回此SignatureProperty中包含的一个或多个XMLStructure
的SignatureProperty
。List<XMLStructure>
XMLObject. getContent()
返回这个XMLObject中包含的XMLStructure
的XMLObject
,它们代表任何命名空间的元素。Methods in javax.xml.crypto.dsig with parameters of type XMLStructure Modifier and Type 方法 描述 abstract void
TransformService. init(XMLStructure parent, XMLCryptoContext context)
使用指定的参数和文档上下文初始化此TransformService
。abstract void
TransformService. marshalParams(XMLStructure parent, XMLCryptoContext context)
协调算法特定的参数。abstract CanonicalizationMethod
XMLSignatureFactory. newCanonicalizationMethod(String algorithm, XMLStructure params)
为指定的算法URI和参数创建一个CanonicalizationMethod
。abstract Transform
XMLSignatureFactory. newTransform(String algorithm, XMLStructure params)
为指定的算法URI和参数创建一个Transform
。abstract XMLSignature
XMLSignatureFactory. unmarshalXMLSignature(XMLStructure xmlStructure)
解组新的XMLSignature
从特定于机制的实例XMLStructure
实例。Method parameters in javax.xml.crypto.dsig with type arguments of type XMLStructure Modifier and Type 方法 描述 abstract SignatureProperty
XMLSignatureFactory. newSignatureProperty(List<? extends XMLStructure> content, String target, String id)
创建一个SignatureProperty
其中包含XMLStructure
s的目标URI和可选的id。abstract XMLObject
XMLSignatureFactory. newXMLObject(List<? extends XMLStructure> content, String id, String mimeType, String encoding)
从指定的参数创建一个XMLObject
。 -
Uses of XMLStructure in javax.xml.crypto.dsig.keyinfo
Subinterfaces of XMLStructure in javax.xml.crypto.dsig.keyinfo Modifier and Type 接口 描述 interface
KeyInfo
interface
KeyName
interface
KeyValue
interface
PGPData
interface
RetrievalMethod
interface
X509Data
interface
X509IssuerSerial
Methods in javax.xml.crypto.dsig.keyinfo that return types with arguments of type XMLStructure Modifier and Type 方法 描述 List<XMLStructure>
KeyInfo. getContent()
返回包含密钥信息的unmodifiable list
。List<XMLStructure>
PGPData. getExternalElements()
返回一个表示来自外部命名空间的元素的XMLStructure
的unmodifiable list
。Methods in javax.xml.crypto.dsig.keyinfo with parameters of type XMLStructure Modifier and Type 方法 描述 void
KeyInfo. marshal(XMLStructure parent, XMLCryptoContext context)
将关键信息传达给XML。abstract KeyInfo
KeyInfoFactory. unmarshalKeyInfo(XMLStructure xmlStructure)
从机制特定的XMLStructure
(例如:DOMStructure
)实例解组新的KeyInfo
实例。Method parameters in javax.xml.crypto.dsig.keyinfo with type arguments of type XMLStructure Modifier and Type 方法 描述 abstract KeyInfo
KeyInfoFactory. newKeyInfo(List<? extends XMLStructure> content)
创建包含指定的关键信息类型列表的KeyInfo
。abstract KeyInfo
KeyInfoFactory. newKeyInfo(List<? extends XMLStructure> content, String id)
创建一个KeyInfo
其中包含指定的关键信息类型和可选标识列表。abstract PGPData
KeyInfoFactory. newPGPData(byte[] keyId, byte[] keyPacket, List<? extends XMLStructure> other)
从指定的PGP公共密钥标识符和可选的密钥材料数据包和外部元素列表创建一个PGPData
。abstract PGPData
KeyInfoFactory. newPGPData(byte[] keyPacket, List<? extends XMLStructure> other)
从指定的PGP密钥材料数据包和外部元素的可选列表中创建一个PGPData
。 -
Uses of XMLStructure in javax.xml.crypto.dsig.spec
Methods in javax.xml.crypto.dsig.spec that return XMLStructure Modifier and Type 方法 描述 XMLStructure
XSLTTransformParameterSpec. getStylesheet()
返回样式表。Constructors in javax.xml.crypto.dsig.spec with parameters of type XMLStructure Constructor 描述 XSLTTransformParameterSpec(XMLStructure stylesheet)
使用指定的样式表创建一个XSLTTransformParameterSpec
。
-