Preview API
Show preview API for:
Contents
-
InterfacesInterfacePreview FeatureDescriptionValue Classes and ObjectsModels the
LoadableDescriptorsPREVIEW attribute (JVMS 4.7.32), which suggests the JVM may load mentioned types before theclassfile carrying this attribute is loaded.Stable ValuesA stable value is a holder of contents that can be set at most once.PEM Encodings of Cryptographic ObjectsThis interface is implemented by security API classes that contain binary-encodable key or certificate material.Structured ConcurrencyAn API for structured concurrency.Structured ConcurrencyRepresents the configuration for aStructuredTaskScope.Structured ConcurrencyAn object used with aStructuredTaskScopePREVIEW to handle subtask completion and produce the result for the scope owner waiting in thejoinPREVIEW method for subtasks to complete.Structured ConcurrencyRepresents a subtask forked withStructuredTaskScope.fork(Callable)PREVIEW orStructuredTaskScope.fork(Runnable)PREVIEW.
-
ClassesClassPreview FeatureDescriptionPEM Encodings of Cryptographic Objects
PEMDecoderimplements a decoder for Privacy-Enhanced Mail (PEM) data.PEM Encodings of Cryptographic ObjectsPEMEncoderimplements an encoder for Privacy-Enhanced Mail (PEM) data.
-
Enum ClassesEnum ClassPreview FeatureDescriptionStructured ConcurrencyRepresents the state of a subtask.
-
Exception ClassesException ClassPreview FeatureDescriptionValue Classes and ObjectsThrown when an identity object is required but a value object is supplied.Structured ConcurrencyException thrown by
StructuredTaskScope.join()PREVIEW when the outcome is an exception rather than a result.Structured ConcurrencyException thrown byStructuredTaskScope.join()PREVIEW if the scope was created with a timeout and the timeout expired before or while waiting injoin.Structured ConcurrencyThrown when a structure violation is detected.
-
Record ClassesRecord ClassPreview FeatureDescriptionPEM Encodings of Cryptographic Objects
PEMRecordis aDEREncodablePREVIEW that represents Privacy-Enhanced Mail (PEM) data by its type and Base64 form.
-
FieldsFieldPreview FeatureDescriptionValue Classes and ObjectsThe
intvalue representing theACC_IDENTITYmodifier.
-
MethodsMethodPreview FeatureDescriptionValue Classes and ObjectsReturns
trueif thisClassobject represents an identity class, otherwisefalse.Value Classes and ObjectsReturnstrueif thisClassobject represents a value class, otherwisefalse.Value Classes and ObjectsReturns Attribute mapper for theLoadableDescriptorsattribute.Value Classes and ObjectsReturntrueif the integer argument includes theidentitymodifier,falseotherwise.Value Classes and ObjectsValue Classes and ObjectsValue Classes and ObjectsChecks that the specified object reference is an identity object.Value Classes and ObjectsChecks that the specified object reference is an identity object.Value Classes and ObjectsChecks that the specified object reference is an identity object.PEM Encodings of Cryptographic ObjectsCreates and encrypts anEncryptedPrivateKeyInfofrom a givenPrivateKeyand password.javax.crypto.EncryptedPrivateKeyInfo.encryptKey(PrivateKey, char[], String, AlgorithmParameterSpec, Provider) PREVIEWPEM Encodings of Cryptographic ObjectsCreates and encrypts anEncryptedPrivateKeyInfofrom a givenPrivateKey.javax.crypto.EncryptedPrivateKeyInfo.encryptKey(PrivateKey, Key, String, AlgorithmParameterSpec, Provider, SecureRandom) PREVIEWPEM Encodings of Cryptographic ObjectsCreates and encrypts anEncryptedPrivateKeyInfofrom the givenPrivateKeyusing theencKeyand given parameters.PEM Encodings of Cryptographic ObjectsExtract the enclosedPrivateKeyobject from the encrypted data and return it.PEM Encodings of Cryptographic ObjectsExtract the enclosedPrivateKeyobject from the encrypted data and return it.
-
Enum ConstantsEnum ConstantPreview FeatureDescriptionValue Classes and ObjectsValue Classes and ObjectsThe access flag
ACC_STRICT_INIT, with a mask value of0x0800.