The methods of Java.Security.KeyFactory are listed below. For a list of all members, see the KeyFactory Members list.
See Also: Inherited members from Java.Lang.Object
GeneratePrivate(Java.Security.Spec.IKeySpec)Generates a instance of PrivateKey from the given key specification. | ||
GeneratePublic(Java.Security.Spec.IKeySpec)Generates a instance of PublicKey from the given key specification. | ||
static | GetInstance(string)Returns a new instance of KeyFactory that utilizes the specified algorithm. | |
static | GetInstance(string, Provider)Returns a new instance of KeyFactory that utilizes the specified algorithm from the specified provider. | |
static | GetInstance(string, string)Returns a new instance of KeyFactory that utilizes the specified algorithm from the specified provider. | |
GetKeySpec(IKey, Java.Lang.Class)Documentation for this section has not yet been entered. | ||
TranslateKey(IKey)Translates the given key into a key from this key factory. |