You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PKCS8Key class implements the InternalPrivateKey interface that specifies the calculatePublicKey() method. This method, however, is not implemented by XDHPrivateKeyImpl or ECPrivateKey that extend PKCS8Key. Calling it throws and UnsupportedOperationException.
The text was updated successfully, but these errors were encountered:
The
PKCS8Key
class implements theInternalPrivateKey
interface that specifies thecalculatePublicKey()
method. This method, however, is not implemented byXDHPrivateKeyImpl
orECPrivateKey
that extendPKCS8Key
. Calling it throws andUnsupportedOperationException
.The text was updated successfully, but these errors were encountered: