-
public interface PrivateKeySourceImplementations of this interface represent a source of an
ECPrivateKey.Typically, to create a PrivateKeySource, a factory method defined in
PrivateKeySourcesis used.Thread Safety:Depends on implementations. See
PrivateKeySources.- Author:
- Tomoki Sato
- See Also:
PublicKeySource,PrivateKeySources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECPrivateKeyextract()Extracts theECPrivateKeyfrom the source represented by this object.
-
-
-
Method Detail
-
extract
ECPrivateKey extract()
Extracts theECPrivateKeyfrom the source represented by this object.- Returns:
- the elliptic curve (EC) private key.
-
-