Uses of Class
javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
-
Packages that use KeyInfoFactory 软件包 描述 javax.xml.crypto.dsig 用于生成和验证XML数字签名的类。javax.xml.crypto.dsig.keyinfo 用于解析和处理KeyInfo
元素和结构的类。 -
-
Uses of KeyInfoFactory in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that return KeyInfoFactory 变量和类型 方法 描述 KeyInfoFactory
XMLSignatureFactory. getKeyInfoFactory()
返回KeyInfoFactory
创建KeyInfo
对象。 -
Uses of KeyInfoFactory in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that return KeyInfoFactory 变量和类型 方法 描述 static KeyInfoFactory
KeyInfoFactory. getInstance()
返回支持默认XML处理机制和表示类型(“DOM”)的KeyInfoFactory
。static KeyInfoFactory
KeyInfoFactory. getInstance(String mechanismType)
返回支持指定的XML处理机制和表示类型的KeyInfoFactory
(例如:“DOM”)。static KeyInfoFactory
KeyInfoFactory. getInstance(String mechanismType, String provider)
返回KeyInfoFactory
,它支持由指定提供程序提供的请求的XML处理机制和表示类型(例如:“DOM”)。static KeyInfoFactory
KeyInfoFactory. getInstance(String mechanismType, Provider provider)
Returns aKeyInfoFactory
that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
-