mirror of
https://github.com/corda/corda.git
synced 2025-02-17 16:10:47 +00:00
Whitelisting CRLReason class (#2803)
This commit is contained in:
parent
9afcbb16a2
commit
1a6f7bc2c0
@ -7,6 +7,7 @@ import org.apache.activemq.artemis.api.core.SimpleString
|
|||||||
import rx.Notification
|
import rx.Notification
|
||||||
import rx.exceptions.OnErrorNotImplementedException
|
import rx.exceptions.OnErrorNotImplementedException
|
||||||
import sun.security.x509.X509CertImpl
|
import sun.security.x509.X509CertImpl
|
||||||
|
import java.security.cert.CRLReason
|
||||||
import java.util.*
|
import java.util.*
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -62,6 +63,7 @@ object DefaultWhitelist : SerializationWhitelist {
|
|||||||
StackTraceElement::class.java,
|
StackTraceElement::class.java,
|
||||||
|
|
||||||
// Implementation of X509Certificate.
|
// Implementation of X509Certificate.
|
||||||
X509CertImpl::class.java
|
X509CertImpl::class.java,
|
||||||
|
CRLReason::class.java
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user