mirror of
https://github.com/corda/corda.git
synced 2025-03-22 20:15:19 +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"
|
public static final String R3_ROOT = "1.3.6.1.4.1.50530"
|
||||||
@NotNull
|
@NotNull
|
||||||
public static final String X509_EXTENSION_CORDA_ROLE = "1.3.6.1.4.1.50530.1.1"
|
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
|
@CordaSerializable
|
||||||
public class net.corda.core.CordaRuntimeException extends java.lang.RuntimeException implements net.corda.core.CordaThrowable
|
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()
|
public final net.corda.core.identity.CordaX500Name getName()
|
||||||
@NotNull
|
@NotNull
|
||||||
public final java.util.List<net.corda.testing.node.User> getRpcUsers()
|
public final java.util.List<net.corda.testing.node.User> getRpcUsers()
|
||||||
public final boolean getValidating()
|
public fi(nal boolean getValidating()
|
||||||
@NotNull
|
@NotNull
|
||||||
public final net.corda.testing.driver.VerifierType getVerifierType()
|
public final net.corda.testing.driver.VerifierType getVerifierType()
|
||||||
public int hashCode()
|
public int hashCode()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user