Uses of Class
java.io.Serial
| Package | Description | 
|---|---|
| java.security | Provides the classes and interfaces for the security framework. | 
| java.security.cert | Provides classes and interfaces for parsing and managing
 certificates, certificate revocation lists (CRLs), and
 certification paths. | 
| java.security.interfaces | 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. | 
| java.text | Provides classes and interfaces for handling text, dates, numbers,
 and messages in a manner independent of natural languages. | 
| javax.crypto.interfaces | 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 Serial Modifier and Type Field Description static longKey. serialVersionUIDDeprecated.AserialVersionUIDfield in an interface is ineffectual.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 Modifier and Type Method Description protected ObjectKeyRep. readResolve()Resolve the Key object.
- 
Uses of Serial in java.security.certMethods in java.security.cert with annotations of type Serial Modifier and Type Method Description protected 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 Serial Modifier and Type Field Description static 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.textMethods in java.text with annotations of type Serial Modifier and Type Method Description protected 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 Serial Modifier and Type Field Description static 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.