public final class ECKeyFactory extends Object
Modifier and Type | Method and Description |
---|---|
static KeyFactory |
getInstance() |
static KeyFactory |
getInstance(Provider provider) |
static KeyFactory |
getInstance(String provider) |
public static final String ALGORITHM
public static KeyFactory getInstance()
public static KeyFactory getInstance(String provider) throws NoSuchProviderException
NoSuchProviderException
public static KeyFactory getInstance(Provider provider)
Copyright © 2020. All rights reserved.