Uses of Annotation Interface
java.io.Serial
Packages that use 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.securityFields in java.security with annotations of type SerialModifier and TypeFieldDescriptionstatic longKey.serialVersionUIDDeprecated.static longPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.Methods in java.security with annotations of type Serial
- 
Uses of Serial in java.security.certMethods in java.security.cert with annotations of type SerialModifier and TypeMethodDescriptionprotected ObjectCertificate.CertificateRep.readResolve()Resolve the Certificate Object.protected ObjectCertPath.CertPathRep.readResolve()Returns aCertPathconstructed from the type and data.protected ObjectCertificate.writeReplace()Replace the Certificate to be serialized.protected ObjectCertPath.writeReplace()Replaces theCertPathto be serialized with aCertPathRepobject.
- 
Uses of Serial in java.security.interfacesFields in java.security.interfaces with annotations of type SerialModifier and TypeFieldDescriptionstatic longDSAPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longDSAPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longECPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longECPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longRSAMultiPrimePrivateCrtKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longRSAPrivateCrtKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longRSAPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longRSAPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.
- 
Uses of Serial in java.textModifier and TypeMethodDescriptionprotected ObjectAttributedCharacterIterator.Attribute.readResolve()Resolves instances being deserialized to the predefined constants.protected ObjectDateFormat.Field.readResolve()Resolves instances being deserialized to the predefined constants.protected ObjectMessageFormat.Field.readResolve()Resolves instances being deserialized to the predefined constants.protected ObjectNumberFormat.Field.readResolve()Resolves instances being deserialized to the predefined constants.
- 
Uses of Serial in javax.crypto.interfacesFields in javax.crypto.interfaces with annotations of type SerialModifier and TypeFieldDescriptionstatic longDHPrivateKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longDHPublicKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.static longPBEKey.serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.
serialVersionUIDfield in an interface is ineffectual.