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