Methods in cryptix.pki that return KeyBundleFactory |
static KeyBundleFactory |
KeyBundleFactory.getInstance(java.lang.String format)
Returns a KeyBundleFactory that implements the given format. |
static KeyBundleFactory |
KeyBundleFactory.getInstance(java.lang.String format,
java.lang.String provider)
Returns a KeyBundleFactory from the given provider that
implements the given format. |
static KeyBundleFactory |
KeyBundleFactory.getInstance(java.lang.String format,
java.security.Provider provider)
Returns a KeyBundleFactory from the given provider that
implements the given format. |