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 变量和类型 方法 描述 KeyInfoFactoryXMLSignatureFactory. getKeyInfoFactory()返回KeyInfoFactory创建KeyInfo对象。 -
Uses of KeyInfoFactory in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that return KeyInfoFactory 变量和类型 方法 描述 static KeyInfoFactoryKeyInfoFactory. getInstance()返回支持默认XML处理机制和表示类型(“DOM”)的KeyInfoFactory。static KeyInfoFactoryKeyInfoFactory. getInstance(String mechanismType)返回支持指定的XML处理机制和表示类型的KeyInfoFactory(例如:“DOM”)。static KeyInfoFactoryKeyInfoFactory. getInstance(String mechanismType, String provider)返回KeyInfoFactory,它支持由指定提供程序提供的请求的XML处理机制和表示类型(例如:“DOM”)。static KeyInfoFactoryKeyInfoFactory. getInstance(String mechanismType, Provider provider)Returns aKeyInfoFactorythat supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
-