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 Modifier and Type 方法 描述 KeyInfoFactoryXMLSignatureFactory. getKeyInfoFactory()返回一个KeyInfoFactory,创建KeyInfo对象。 -
Uses of KeyInfoFactory in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that return KeyInfoFactory Modifier and Type 方法 描述 static KeyInfoFactoryKeyInfoFactory. getInstance()返回支持默认XML处理机制和表示类型(“DOM”)的KeyInfoFactory。static KeyInfoFactoryKeyInfoFactory. getInstance(String mechanismType)返回支持指定的XML处理机制和表示类型(例如:“DOM”)的KeyInfoFactory。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.
-