public class CompositeSignature
Dedicated class for storing a set of signatures that comprise class CompositeKey.
class CompositeKey@NotNull public static java.lang.String SIGNATURE_ALGORITHM
public static net.corda.core.crypto.CompositeSignature.Companion Companion
public CompositeSignature()
Dedicated class for storing a set of signatures that comprise class CompositeKey.
class CompositeKey@Deprecated
@NotNull
protected java.lang.Object engineGetParameter(@Nullable
java.lang.String param)
protected void engineInitSign(@Nullable
java.security.PrivateKey privateKey)
protected void engineInitVerify(@Nullable
java.security.PublicKey publicKey)
@Deprecated
protected void engineSetParameter(@Nullable
java.lang.String param,
@Nullable
java.lang.Object value)
protected void engineSetParameter(@NotNull
java.security.spec.AlgorithmParameterSpec params)
@NotNull protected kotlin.Array[] engineSign()
protected void engineUpdate(byte b)
protected void engineUpdate(@NotNull
kotlin.Array[] b,
int off,
int len)
protected boolean engineVerify(@NotNull
kotlin.Array[] sigBytes)
@JvmStatic
@NotNull
public static java.security.Provider.Service getService(@NotNull
java.security.Provider provider)