mirror of
https://github.com/corda/corda.git
synced 2025-03-19 18:45:28 +00:00
Missing static field in api-current.txt.
This commit is contained in:
parent
44dfa23ad5
commit
f6086a50aa
@ -27,6 +27,8 @@ public final class net.corda.core.CordaOID extends java.lang.Object
|
||||
public static final String R3_ROOT = "1.3.6.1.4.1.50530"
|
||||
@NotNull
|
||||
public static final String X509_EXTENSION_CORDA_ROLE = "1.3.6.1.4.1.50530.1.1"
|
||||
@NotNull
|
||||
public static final String ALIAS_PRIVATE_KEY = "1.3.6.1.4.1.50530.1.2"
|
||||
##
|
||||
@CordaSerializable
|
||||
public class net.corda.core.CordaRuntimeException extends java.lang.RuntimeException implements net.corda.core.CordaThrowable
|
||||
@ -6452,7 +6454,7 @@ public final class net.corda.testing.node.NotarySpec extends java.lang.Object
|
||||
public final net.corda.core.identity.CordaX500Name getName()
|
||||
@NotNull
|
||||
public final java.util.List<net.corda.testing.node.User> getRpcUsers()
|
||||
public final boolean getValidating()
|
||||
public fi(nal boolean getValidating()
|
||||
@NotNull
|
||||
public final net.corda.testing.driver.VerifierType getVerifierType()
|
||||
public int hashCode()
|
||||
|
Loading…
x
Reference in New Issue
Block a user