KeyInfoFactory

Class KeyInfoFactory

public abstract class KeyInfoFactory
extends Object

A factory for creating KeyInfo objects from scratch or for unmarshalling a KeyInfo object from a corresponding XML representation-

Each instance of KeyInfoFactory supports a specific XML mechanism type- To create a KeyInfoFactory, call one of the static getInstance methods, passing in the XML mechanism type desired, for example:

KeyInfoFactory factory = KeyInfoFactory.getInstance("DOM");登录查看完整内容