Uses of Enum Class
cloud.pangeacyber.pangea.vault.models.AsymmetricAlgorithm
Packages that use AsymmetricAlgorithm
-
Uses of AsymmetricAlgorithm in cloud.pangeacyber.pangea.vault.models
Methods in cloud.pangeacyber.pangea.vault.models that return AsymmetricAlgorithmModifier and TypeMethodDescriptionstatic AsymmetricAlgorithmReturns the enum constant of this class with the specified name.static AsymmetricAlgorithm[]AsymmetricAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AsymmetricAlgorithm in cloud.pangeacyber.pangea.vault.requests
Methods in cloud.pangeacyber.pangea.vault.requests that return AsymmetricAlgorithmModifier and TypeMethodDescriptionAsymmetricGenerateRequest.getAlgorithm()AsymmetricStoreRequest.getAlgorithm()Methods in cloud.pangeacyber.pangea.vault.requests with parameters of type AsymmetricAlgorithmModifier and TypeMethodDescriptionAsymmetricGenerateRequest.AsymmetricGenerateRequestBuilder.setAlgorithm(AsymmetricAlgorithm algorithm) Constructors in cloud.pangeacyber.pangea.vault.requests with parameters of type AsymmetricAlgorithmModifierConstructorDescriptionAsymmetricGenerateRequestBuilder(AsymmetricAlgorithm algorithm, KeyPurpose purpose, String name) AsymmetricStoreRequestBuilder(String encodedPrivateKey, String encodedPublicKey, AsymmetricAlgorithm algorithm, KeyPurpose purpose, String name)