Uses of Annotation Interface
java.io.Serial
Package
Description
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
Provides interfaces for generating RSA (Rivest, Shamir and
Adleman AsymmetricCipher algorithm)
keys as defined in the RSA Laboratory Technical Note
PKCS#1, and DSA (Digital Signature
Algorithm) keys as defined in NIST's FIPS-186.
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
Provides interfaces for Diffie-Hellman keys as defined in RSA
Laboratories' PKCS #3.
-
Uses of Serial in java.security
Modifier and TypeFieldDescriptionstatic long
Key.serialVersionUID
Deprecated.static long
PrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
PublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual. -
Uses of Serial in java.security.cert
Modifier and TypeMethodDescriptionprotected Object
Certificate.CertificateRep.readResolve()
Resolve the Certificate Object.protected Object
CertPath.CertPathRep.readResolve()
Returns aCertPath
constructed from the type and data.protected Object
Certificate.writeReplace()
Replace the Certificate to be serialized.protected Object
CertPath.writeReplace()
Replaces theCertPath
to be serialized with aCertPathRep
object. -
Uses of Serial in java.security.interfaces
Modifier and TypeFieldDescriptionstatic long
DSAPrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
DSAPublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
ECPrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
ECPublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
RSAMultiPrimePrivateCrtKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
RSAPrivateCrtKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
RSAPrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
RSAPublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual. -
Uses of Serial in java.text
Modifier and TypeMethodDescriptionprotected Object
AttributedCharacterIterator.Attribute.readResolve()
Resolves instances being deserialized to the predefined constants.protected Object
DateFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.protected Object
MessageFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants.protected Object
NumberFormat.Field.readResolve()
Resolves instances being deserialized to the predefined constants. -
Uses of Serial in javax.crypto.interfaces
Modifier and TypeFieldDescriptionstatic long
DHPrivateKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
DHPublicKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.static long
PBEKey.serialVersionUID
Deprecated.AserialVersionUID
field in an interface is ineffectual.
serialVersionUID
field in an interface is ineffectual.