mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +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.exceptions.OnErrorNotImplementedException
|
||||
import sun.security.x509.X509CertImpl
|
||||
import java.security.cert.CRLReason
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
@ -62,6 +63,7 @@ object DefaultWhitelist : SerializationWhitelist {
|
||||
StackTraceElement::class.java,
|
||||
|
||||
// Implementation of X509Certificate.
|
||||
X509CertImpl::class.java
|
||||
X509CertImpl::class.java,
|
||||
CRLReason::class.java
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user