Preview API
Show preview API for:
Contents
-
InterfacesInterfacePreview FeatureDescriptionLazy ConstantsA lazy constant is a holder of content that can be initialized 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 a
StructuredTaskScope.Structured ConcurrencyAn object used with aStructuredTaskScopePREVIEW to produce the outcome for the scope'sjoin()PREVIEW method.Structured ConcurrencyRepresents a subtask forked in aStructuredTaskScopePREVIEW withfork(Callable)PREVIEW orfork(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 Concurrency
-
Exception ClassesException ClassPreview FeatureDescriptionStructured ConcurrencyStructured ConcurrencyThrown when a structure violation is detected.
-
Record ClassesRecord ClassPreview FeatureDescriptionPEM Encodings of Cryptographic Objects
PEMis aDEREncodablePREVIEW that represents Privacy-Enhanced Mail (PEM) data by its type and Base64-encoded content.
-
MethodsMethodPreview FeatureDescriptionLazy ConstantsReturns a new lazily computed list of the provided
size.Lazy ConstantsReturns a new lazily computed map with the providedkeys.Lazy ConstantsReturns a new lazily computed set whose logical membership for each distinct element candidate in the set ofelementCandidatesis computed via the providedcomputingFunctionon demand.PEM Encodings of Cryptographic ObjectsCreates anEncryptedPrivateKeyInfoby encrypting the specifiedDEREncodable.javax.crypto.EncryptedPrivateKeyInfo.encrypt(DEREncodable, char[], String, AlgorithmParameterSpec, Provider) PREVIEWPEM Encodings of Cryptographic ObjectsCreates anEncryptedPrivateKeyInfoby encrypting the specifiedDEREncodable.javax.crypto.EncryptedPrivateKeyInfo.encrypt(DEREncodable, Key, String, AlgorithmParameterSpec, Provider, SecureRandom) PREVIEWPEM Encodings of Cryptographic ObjectsCreates anEncryptedPrivateKeyInfoby encrypting the specifiedDEREncodable.PEM Encodings of Cryptographic ObjectsExtracts and returns the enclosedPrivateKeyusing the specified password.PEM Encodings of Cryptographic ObjectsExtracts and returns the enclosedPrivateKeyusing the specified decryption key and provider.PEM Encodings of Cryptographic ObjectsExtracts and returns the enclosedKeyPairusing the specified password.PEM Encodings of Cryptographic ObjectsExtracts and returns the enclosedKeyPairusing the specified decryption key and provider.