- Certificate - Class in com.cosmian.rest.kmip.objects
-
A Managed Cryptographic Object that is a digital certificate.
- Certificate() - Constructor for class com.cosmian.rest.kmip.objects.Certificate
-
- Certificate(CertificateType, byte[]) - Constructor for class com.cosmian.rest.kmip.objects.Certificate
-
- certificate_request_type(CertificateRequestType) - Method in class com.cosmian.rest.kmip.objects.CertificateRequest
-
- certificate_request_value(byte[]) - Method in class com.cosmian.rest.kmip.objects.CertificateRequest
-
- Certificate_Sign - Static variable in class com.cosmian.rest.kmip.types.CryptographicUsageMask
-
Allow for Certificate Signing.
- CertificateRequest - Class in com.cosmian.rest.kmip.objects
-
- CertificateRequest() - Constructor for class com.cosmian.rest.kmip.objects.CertificateRequest
-
- CertificateRequest(CertificateRequestType, byte[]) - Constructor for class com.cosmian.rest.kmip.objects.CertificateRequest
-
- CertificateRequestType - Enum in com.cosmian.rest.kmip.types
-
- certificateType(CertificateType) - Method in class com.cosmian.rest.kmip.objects.Certificate
-
- CertificateType - Enum in com.cosmian.rest.kmip.types
-
- certificateValue(byte[]) - Method in class com.cosmian.rest.kmip.objects.Certificate
-
- ChainTableValue - Class in com.cosmian.jna.findex.structs
-
An chain table value holds the encrypted content of an
IndexedValue in the Chain table
- ChainTableValue() - Constructor for class com.cosmian.jna.findex.structs.ChainTableValue
-
- ChainTableValue(byte[]) - Constructor for class com.cosmian.jna.findex.structs.ChainTableValue
-
- CloudproofException - Exception in com.cosmian.utils
-
- CloudproofException() - Constructor for exception com.cosmian.utils.CloudproofException
-
Constructs a new exception with null as its detail message.
- CloudproofException(String) - Constructor for exception com.cosmian.utils.CloudproofException
-
Constructs a new exception with the specified detail message.
- CloudproofException(String, Throwable) - Constructor for exception com.cosmian.utils.CloudproofException
-
Constructs a new exception with the specified detail message and cause.
- CloudproofException(Throwable) - Constructor for exception com.cosmian.utils.CloudproofException
-
Constructs a new exception with the specified cause and a detail message of
- com.cosmian.jna.covercrypt - package com.cosmian.jna.covercrypt
-
- com.cosmian.jna.covercrypt.ffi - package com.cosmian.jna.covercrypt.ffi
-
- com.cosmian.jna.covercrypt.structs - package com.cosmian.jna.covercrypt.structs
-
- com.cosmian.jna.findex - package com.cosmian.jna.findex
-
- com.cosmian.jna.findex.ffi - package com.cosmian.jna.findex.ffi
-
- com.cosmian.jna.findex.serde - package com.cosmian.jna.findex.serde
-
- com.cosmian.jna.findex.structs - package com.cosmian.jna.findex.structs
-
- com.cosmian.rest - package com.cosmian.rest
-
- com.cosmian.rest.abe - package com.cosmian.rest.abe
-
- com.cosmian.rest.abe.access_policy - package com.cosmian.rest.abe.access_policy
-
- com.cosmian.rest.abe.data - package com.cosmian.rest.abe.data
-
- com.cosmian.rest.abe.policy - package com.cosmian.rest.abe.policy
-
- com.cosmian.rest.kmip - package com.cosmian.rest.kmip
-
- com.cosmian.rest.kmip.data_structures - package com.cosmian.rest.kmip.data_structures
-
- com.cosmian.rest.kmip.json - package com.cosmian.rest.kmip.json
-
- com.cosmian.rest.kmip.objects - package com.cosmian.rest.kmip.objects
-
- com.cosmian.rest.kmip.operations - package com.cosmian.rest.kmip.operations
-
- com.cosmian.rest.kmip.types - package com.cosmian.rest.kmip.types
-
- com.cosmian.utils - package com.cosmian.utils
-
- common_attributes(Optional<Attributes>) - Method in class com.cosmian.rest.kmip.operations.ReKeyKeyPair
-
- common_protection_storage_masks(Optional<ProtectionStorageMasks>) - Method in class com.cosmian.rest.kmip.operations.ReKeyKeyPair
-
- commonAttributes(Optional<Attributes>) - Method in class com.cosmian.rest.kmip.operations.CreateKeyPair
-
- commonProtectionStorageMasks(Optional<Integer>) - Method in class com.cosmian.rest.kmip.operations.CreateKeyPair
-
- compact(int, byte[], byte[], byte[], Database) - Static method in class com.cosmian.jna.findex.Findex
-
- compromise_occurrence_date(Optional<Long>) - Method in class com.cosmian.rest.kmip.operations.Revoke
-
- concat(byte[], byte[]) - Static method in class com.cosmian.rest.Cosmian
-
Concat 2 byte-arrays
- Container - Static variable in class com.cosmian.rest.kmip.types.ProtectionStorageMasks
-
- correlation_value(Optional<byte[]>) - Method in class com.cosmian.rest.kmip.operations.DecryptResponse
-
- correlation_value(Optional<byte[]>) - Method in class com.cosmian.rest.kmip.operations.Encrypt
-
- correlation_value(Optional<byte[]>) - Method in class com.cosmian.rest.kmip.operations.EncryptResponse
-
- Cosmian - Class in com.cosmian.rest
-
- Cosmian(String, Optional<String>) - Constructor for class com.cosmian.rest.Cosmian
-
Instantiate a new Cosmian Server REST Client with DEFAULT_CONNECT_TIMEOUT and DEFAULT_READ_TIMEOUT
- CoverCrypt - Class in com.cosmian.jna.covercrypt
-
- CoverCrypt() - Constructor for class com.cosmian.jna.covercrypt.CoverCrypt
-
Instantiate a
CoverCrypt instance by loading the native library `cosmian_cover_crypt`.
- CoverCrypt(CoverCryptWrapper) - Constructor for class com.cosmian.jna.covercrypt.CoverCrypt
-
- coverCryptDecrypt(String, byte[]) - Method in class com.cosmian.rest.abe.KmsClient
-
Decrypt the data in the KMS using the given User Decryption Key The encryptedData should be made of 3 parts: -
the length of the encrypted header as a u32 in big endian format (4 bytes) - the header - the AES GCM encrypted
content
- coverCryptDecrypt(String, byte[], byte[]) - Method in class com.cosmian.rest.abe.KmsClient
-
Decrypt the data in the KMS using the given User Decryption Key The encryptedData should be made of 3 parts: -
the length of the encrypted header as a u32 in big endian format (4 bytes) - the header - the AES GCM encrypted
content
- coverCryptEncrypt(String, byte[], String) - Method in class com.cosmian.rest.abe.KmsClient
-
Encrypt data in the KMS using the given encryption policy and Public Master Key.
- coverCryptEncrypt(String, byte[], String, byte[]) - Method in class com.cosmian.rest.abe.KmsClient
-
Encrypt data in the KMS using the given encryption policy and Public Master Key.
- coverCryptEncrypt(String, byte[], String, byte[], byte[]) - Method in class com.cosmian.rest.abe.KmsClient
-
Encrypt data in the KMS using the given encryption policy and Public Master Key.
- CoverCryptWrapper - Interface in com.cosmian.jna.covercrypt.ffi
-
This maps the hybrid_gpsw-aes.rs functions in the abe_gpsw Rust library
- create(Create) - Method in class com.cosmian.rest.kmip.Kmip
-
This operation requests the server to generate a new symmetric key or generate Secret Data as a Managed
Cryptographic Object.
- Create - Class in com.cosmian.rest.kmip.operations
-
This operation requests the server to generate a new symmetric key or generate Secret Data as a Managed Cryptographic
Object.
- Create() - Constructor for class com.cosmian.rest.kmip.operations.Create
-
- Create(ObjectType, Attributes, Optional<Integer>) - Constructor for class com.cosmian.rest.kmip.operations.Create
-
- createCoverCryptMasterKeyPair(Policy) - Method in class com.cosmian.rest.abe.KmsClient
-
Generate inside the KMS, a master private and public key pair for the
Policy
- createCoverCryptUserDecryptionKey(String, String) - Method in class com.cosmian.rest.abe.KmsClient
-
Create a User Decryption Key for the given
AccessPolicy expressed as a boolean expression
- createCoverCryptUserDecryptionKey(AccessPolicy, String) - Method in class com.cosmian.rest.abe.KmsClient
-
Create a User Decryption Key for the given
AccessPolicy in the KMS
- createDecryptionCache(PrivateKey) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
- createDecryptionCache(byte[]) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
- createEncryptionCache(PublicKey) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
- createEncryptionCache(Policy, byte[]) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
- createKeyPair(CreateKeyPair) - Method in class com.cosmian.rest.kmip.Kmip
-
This operation requests the server to generate a new public/private key pair and register the two corresponding
new Managed Cryptographic Objects.
- CreateKeyPair - Class in com.cosmian.rest.kmip.operations
-
This operation requests the server to generate a new public/private key pair and register the two corresponding new
Managed Cryptographic Objects.
- CreateKeyPair() - Constructor for class com.cosmian.rest.kmip.operations.CreateKeyPair
-
- CreateKeyPair(Optional<Attributes>, Optional<Attributes>, Optional<Attributes>, Optional<Integer>, Optional<Integer>, Optional<Integer>) - Constructor for class com.cosmian.rest.kmip.operations.CreateKeyPair
-
- CreateKeyPair(Optional<Attributes>, Optional<Integer>) - Constructor for class com.cosmian.rest.kmip.operations.CreateKeyPair
-
- CreateKeyPairResponse - Class in com.cosmian.rest.kmip.operations
-
- CreateKeyPairResponse() - Constructor for class com.cosmian.rest.kmip.operations.CreateKeyPairResponse
-
- CreateKeyPairResponse(String, String) - Constructor for class com.cosmian.rest.kmip.operations.CreateKeyPairResponse
-
- CreateResponse - Class in com.cosmian.rest.kmip.operations
-
- CreateResponse() - Constructor for class com.cosmian.rest.kmip.operations.CreateResponse
-
- CreateResponse(ObjectType, String) - Constructor for class com.cosmian.rest.kmip.operations.CreateResponse
-
- CRL_Sign - Static variable in class com.cosmian.rest.kmip.types.CryptographicUsageMask
-
Allow for CRL Sign.
- cryptographic_parameters(Optional<CryptographicParameters>) - Method in class com.cosmian.rest.kmip.operations.Decrypt
-
- cryptographic_parameters(Optional<CryptographicParameters>) - Method in class com.cosmian.rest.kmip.operations.Encrypt
-
- cryptographic_parameters(Optional<CryptographicParameters>) - Method in class com.cosmian.rest.kmip.types.EncryptionKeyInformation
-
- cryptographic_parameters(Optional<CryptographicParameters>) - Method in class com.cosmian.rest.kmip.types.MacSignatureKeyInformation
-
- cryptographicAlgorithm(CryptographicAlgorithm) - Method in class com.cosmian.rest.kmip.data_structures.KeyBlock
-
- cryptographicAlgorithm(Optional<CryptographicAlgorithm>) - Method in class com.cosmian.rest.kmip.types.Attributes
-
- CryptographicAlgorithm - Enum in com.cosmian.rest.kmip.types
-
- cryptographicDomainParameters(Optional<CryptographicDomainParameters>) - Method in class com.cosmian.rest.kmip.types.Attributes
-
- CryptographicDomainParameters - Class in com.cosmian.rest.kmip.types
-
The Cryptographic Domain Parameters attribute (4.14) is a structure that contains fields that MAY need to be
specified in the Create Key Pair Request Payload.
- CryptographicDomainParameters() - Constructor for class com.cosmian.rest.kmip.types.CryptographicDomainParameters
-
- cryptographicLength(int) - Method in class com.cosmian.rest.kmip.data_structures.KeyBlock
-
- cryptographicLength(Optional<Integer>) - Method in class com.cosmian.rest.kmip.types.Attributes
-
- cryptographicParameters(Optional<CryptographicParameters>) - Method in class com.cosmian.rest.kmip.types.Attributes
-
- CryptographicParameters - Class in com.cosmian.rest.kmip.types
-
The Cryptographic Parameters attribute is a structure that contains a set of OPTIONAL fields that describe certain
cryptographic parameters to be used when performing cryptographic operations using the object.
- CryptographicParameters() - Constructor for class com.cosmian.rest.kmip.types.CryptographicParameters
-
- cryptographicUsageMask(Optional<Integer>) - Method in class com.cosmian.rest.kmip.types.Attributes
-
- CryptographicUsageMask - Class in com.cosmian.rest.kmip.types
-
- CryptographicUsageMask() - Constructor for class com.cosmian.rest.kmip.types.CryptographicUsageMask
-
- d(BigInteger) - Method in class com.cosmian.rest.kmip.data_structures.TransparentECPrivateKey
-
- data(Optional<byte[]>) - Method in class com.cosmian.rest.kmip.operations.Decrypt
-
- data(Optional<byte[]>) - Method in class com.cosmian.rest.kmip.operations.DecryptResponse
-
- data(Optional<byte[]>) - Method in class com.cosmian.rest.kmip.operations.Encrypt
-
- data(Optional<byte[]>) - Method in class com.cosmian.rest.kmip.operations.EncryptResponse
-
- Database - Class in com.cosmian.jna.findex
-
- Database() - Constructor for class com.cosmian.jna.findex.Database
-
- DataToEncrypt - Class in com.cosmian.rest.abe.data
-
- DataToEncrypt(String, byte[], Optional<byte[]>) - Constructor for class com.cosmian.rest.abe.data.DataToEncrypt
-
- decrypt(byte[], byte[]) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Decrypt a hybrid encryption
- decrypt(byte[], byte[], byte[]) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Decrypt a hybrid encryption
- decrypt(Decrypt) - Method in class com.cosmian.rest.kmip.Kmip
-
This operation requests the server to perform a decryption operation on the provided data using a Managed
Cryptographic Object as the key for the decryption operation.
- Decrypt - Class in com.cosmian.rest.kmip.operations
-
This operation requests the server to perform a decryption operation on the provided data using a Managed
Cryptographic Object as the key for the decryption operation.
- Decrypt() - Constructor for class com.cosmian.rest.kmip.operations.Decrypt
-
- Decrypt(String, byte[], Optional<byte[]>) - Constructor for class com.cosmian.rest.kmip.operations.Decrypt
-
- Decrypt(Optional<String>, Optional<CryptographicParameters>, Optional<byte[]>, Optional<byte[]>, Optional<Boolean>, Optional<Boolean>, Optional<byte[]>, Optional<byte[]>) - Constructor for class com.cosmian.rest.kmip.operations.Decrypt
-
- Decrypt - Static variable in class com.cosmian.rest.kmip.types.CryptographicUsageMask
-
Allow for decryption.
- decryptBlock(byte[], byte[]) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Symmetrically decrypt a block of encrypted data.
- decryptBlock(byte[], byte[], byte[]) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Symmetrically decrypt a block of encrypted data.
- DecryptedData - Class in com.cosmian.rest.abe.data
-
- DecryptedData(byte[], byte[]) - Constructor for class com.cosmian.rest.abe.data.DecryptedData
-
- DecryptedHeader - Class in com.cosmian.jna.covercrypt.structs
-
- DecryptedHeader(byte[], byte[], byte[]) - Constructor for class com.cosmian.jna.covercrypt.structs.DecryptedHeader
-
- decryptHeader(PrivateKey, byte[]) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Decrypt a hybrid header, recovering the symmetric key
- decryptHeader(PrivateKey, byte[], int, Optional<byte[]>) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Decrypt a hybrid header, recovering the symmetric key, and optionally, the resource UID and additional data
- decryptHeader(byte[], byte[]) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Decrypt a hybrid header, recovering the symmetric key, and optionally, the resource UID and additional data
- decryptHeader(byte[], byte[], int, Optional<byte[]>) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Decrypt a hybrid header, recovering the symmetric key, and optionally, the resource UID and additional data
- decryptHeaderUsingCache(int, byte[]) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Decrypt a hybrid header using a cache, recovering the symmetric key
- decryptHeaderUsingCache(int, byte[], int, Optional<byte[]>) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
Decrypt a hybrid header using a cache, recovering the symmetric key, and optionally, the resource UID and
additional data
- DecryptResponse - Class in com.cosmian.rest.kmip.operations
-
- DecryptResponse() - Constructor for class com.cosmian.rest.kmip.operations.DecryptResponse
-
- DecryptResponse(String, Optional<byte[]>, Optional<byte[]>) - Constructor for class com.cosmian.rest.kmip.operations.DecryptResponse
-
- DEFAULT_CONNECT_TIMEOUT - Static variable in class com.cosmian.utils.RestClient
-
- DEFAULT_READ_TIMEOUT - Static variable in class com.cosmian.utils.RestClient
-
- delete(int) - Method in class com.cosmian.rest.abe.policy.BinaryHeap
-
This will delete element at index x Complexity: O(log N)
- Derive_Key - Static variable in class com.cosmian.rest.kmip.types.CryptographicUsageMask
-
Allow for key derivation.
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.abe.policy.PolicyDeserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipArrayDeserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipBooleanDeserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipBytesDeserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipChoice2Deserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipChoice3Deserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipChoice6Deserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipEnumDeserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipIntegerDeserializer
-
- deserialize(JsonParser, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipJsonDeserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipJsonDeserializer
-
Deserializes an already existing JsonNode
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipStringDeserializer
-
- deserialize(JsonNode, DeserializationContext) - Method in class com.cosmian.rest.kmip.json.KmipStructDeserializer
-
- deserialize_value(Class<E>, JsonNode, DeserializationContext) - Static method in class com.cosmian.rest.kmip.json.KmipJson
-
- deserializeCollection(Class<? extends Leb128Serializable>, byte[]) - Static method in class com.cosmian.jna.findex.serde.Leb128Reader
-
- deserializeMap(Class<? extends Leb128Serializable>, Class<? extends Leb128Serializable>, byte[]) - Static method in class com.cosmian.jna.findex.serde.Leb128Reader
-
- deserializer_from_class(Class<E>) - Static method in class com.cosmian.rest.kmip.json.KmipJson
-
- deserializeTuple(Class<? extends Leb128Serializable>, Class<? extends Leb128Serializable>, byte[]) - Static method in class com.cosmian.jna.findex.serde.Leb128Reader
-
- destroy(Destroy) - Method in class com.cosmian.rest.kmip.Kmip
-
This operation is used to indicate to the server that the key material for the specified Managed Object SHALL be
destroyed or rendered inaccessible.
- Destroy - Class in com.cosmian.rest.kmip.operations
-
This operation is used to indicate to the server that the key material for the specified Managed Object SHALL be
destroyed or rendered inaccessible.
- Destroy() - Constructor for class com.cosmian.rest.kmip.operations.Destroy
-
- Destroy(Optional<String>) - Constructor for class com.cosmian.rest.kmip.operations.Destroy
-
- destroyDecryptionCache(int) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
- DestroyedStorage - Static variable in class com.cosmian.rest.kmip.types.StorageStatusMask
-
- destroyEncryptionCache(int) - Method in class com.cosmian.jna.covercrypt.CoverCrypt
-
- destroyKey(String) - Method in class com.cosmian.rest.abe.KmsClient
-
- DestroyResponse - Class in com.cosmian.rest.kmip.operations
-
- DestroyResponse() - Constructor for class com.cosmian.rest.kmip.operations.DestroyResponse
-
- DestroyResponse(String) - Constructor for class com.cosmian.rest.kmip.operations.DestroyResponse
-
- DigitalSignatureAlgorithm - Enum in com.cosmian.rest.kmip.types
-
- Validated - Static variable in class com.cosmian.rest.kmip.types.ProtectionStorageMasks
-
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.BlockCipherMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.CertificateRequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.CertificateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.CryptographicAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.DigitalSignatureAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.EncodingOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.ErrorReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.HashingAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.KeyCompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.KeyFormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.KeyRoleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.KeyWrapType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.LinkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.MaskGenerator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.ObjectGroupMember
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.ObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.OpaqueDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.PaddingMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.RecommendedCurve
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.RevocationReasonEnumeration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.SecretDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.SplitKeyMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.Tag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.UniqueIdentifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cosmian.rest.kmip.types.WrappingMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.cosmian.rest.kmip.types.BlockCipherMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.CertificateRequestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.CertificateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.CryptographicAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.DigitalSignatureAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.EncodingOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.ErrorReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.HashingAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.KeyCompressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.KeyFormatType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.KeyRoleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.KeyWrapType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.LinkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.MaskGenerator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.ObjectGroupMember
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.ObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.OpaqueDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.PaddingMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.RecommendedCurve
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.RevocationReasonEnumeration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.SecretDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.SplitKeyMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.Tag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.UniqueIdentifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cosmian.rest.kmip.types.WrappingMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VENDOR_ATTR_ABE_ACCESS_POLICY - Static variable in class com.cosmian.rest.kmip.types.VendorAttribute
-
- VENDOR_ATTR_ABE_ATTR - Static variable in class com.cosmian.rest.kmip.types.VendorAttribute
-
- VENDOR_ATTR_ABE_HEADER_UID - Static variable in class com.cosmian.rest.kmip.types.VendorAttribute
-
Deprecated.
- VENDOR_ATTR_ABE_POLICY - Static variable in class com.cosmian.rest.kmip.types.VendorAttribute
-
- VENDOR_ATTR_COVER_CRYPT_ACCESS_POLICY - Static variable in class com.cosmian.rest.kmip.types.VendorAttribute
-
- VENDOR_ATTR_COVER_CRYPT_ATTR - Static variable in class com.cosmian.rest.kmip.types.VendorAttribute
-
- VENDOR_ATTR_COVER_CRYPT_POLICY - Static variable in class com.cosmian.rest.kmip.types.VendorAttribute
-
- VENDOR_ID_COSMIAN - Static variable in class com.cosmian.rest.kmip.types.VendorAttribute
-
- vendor_identification(String) - Method in class com.cosmian.rest.kmip.types.VendorAttribute
-
- vendor_identification(String) - Method in class com.cosmian.rest.kmip.types.VendorAttributeReference
-
- VendorAttribute - Class in com.cosmian.rest.kmip.types
-
A vendor specific Attribute is a structure used for sending and receiving a Managed Object attribute.
- VendorAttribute() - Constructor for class com.cosmian.rest.kmip.types.VendorAttribute
-
- VendorAttribute(String, String, byte[]) - Constructor for class com.cosmian.rest.kmip.types.VendorAttribute
-
- VendorAttributeReference - Class in com.cosmian.rest.kmip.types
-
- VendorAttributeReference() - Constructor for class com.cosmian.rest.kmip.types.VendorAttributeReference
-
- VendorAttributeReference(String, String) - Constructor for class com.cosmian.rest.kmip.types.VendorAttributeReference
-
- vendorAttributes(Optional<VendorAttribute[]>) - Method in class com.cosmian.rest.kmip.types.Attributes
-
- Verify - Static variable in class com.cosmian.rest.kmip.types.CryptographicUsageMask
-
Allow for signature verification.