Serialized Form
-
Package org.conscrypt
-
Class org.conscrypt.OpenSSLProvider extends java.security.Provider implements Serializable
- serialVersionUID:
- 2996752495318905136L
-
Class org.conscrypt.OpenSSLRandom extends java.security.SecureRandomSpi implements Serializable
- serialVersionUID:
- 8506210602917522861L
-
Class org.conscrypt.OpenSSLRSAPublicKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 123125005824688292L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
modulus
java.math.BigInteger modulus
-
publicExponent
java.math.BigInteger publicExponent
-
-
Class org.conscrypt.OpenSSLX509Certificate extends java.security.cert.X509Certificate implements Serializable
- serialVersionUID:
- 1992239142393372128L
-
Serialized Fields
-
notAfter
java.util.Date notAfter
-
notBefore
java.util.Date notBefore
-
-
-
Package org.conscrypt.ct
-
Class org.conscrypt.ct.SerializationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -5317873136664833411L
-