Skip navigation links
A C D E G I L O P R S V 

G

getAppSpecificData() - Method in interface oracle.okv.response.OKVAppSpecificInfo
Get application data.
getAppSpecificNamespace() - Method in interface oracle.okv.response.OKVAppSpecificInfo
Get application namespace.
getAttrIndex() - Method in interface oracle.okv.response.OKVAttribute
Get Attribute index.
getAttrName() - Method in interface oracle.okv.response.OKVAttribute
Get Attribute Name.
getAttrNameFromTagEnumTTLV(int, int, OKVTTLV) - Static method in enum oracle.okv.kmip.OKVTagEnum
Get the OKVTagEnum name value of given tag and enum value.
getAttrNames() - Method in interface oracle.okv.response.OKVAttrListResponse
Gets the list of object attribute names.
getAttrNamesCount() - Method in interface oracle.okv.response.OKVAttrListResponse
Gets the number of attribute names of the object.
getAttrs() - Method in interface oracle.okv.response.OKVTemplateResponse
Gets the attributes of the template.
getAttrsCount() - Method in interface oracle.okv.response.OKVAttrsResponse
Gets the number of attributes of the object.
getAttrTTLV() - Method in interface oracle.okv.response.OKVAttribute
Get Attribute TTLV.
getAttrType() - Method in interface oracle.okv.response.OKVAttribute
Get Attribute Type.
getAuthEncryptionAdditionalData() - Method in class oracle.okv.kmip.OKVCryptoContext
Get Authenticated Encryption Additional Data from OKVCryptoContext.
getAuthEncryptionTag() - Method in class oracle.okv.kmip.OKVCryptoContext
Get Authenticated Encryption Tag from OKVCryptoContext.
getAuthEncryptionTag() - Method in interface oracle.okv.response.OKVEncryptResponse
Get the Authenticated Encryption Tag
getBatchItemId() - Method in interface oracle.okv.response.OKVResponse
Gets the Batch Item Id.
getBatchItemResponse(Integer) - Method in interface oracle.okv.response.OKVBatchResponse
A helper method that takes a batch item id as input and returns the associated response object.
getBatchItemResponses() - Method in exception oracle.okv.exception.OKVBatchResponseException
Get the response object of each batch item.
getBlockCipherMode() - Method in class oracle.okv.kmip.OKVCryptoContext
Get Block Cipher Mode value from OKVCryptoContext.
getBlockCipherMode() - Method in interface oracle.okv.response.OKVCryptoParams
Get Cryptographic parameter block cipher mode.
getBytes(Object) - Method in enum oracle.okv.kmip.OKVType
Get byte array value of the given object.
getCACertFromSSLConnection(String) - Method in class oracle.okv.kmip.OKVSSLConnection
Get CA Certificate from SSL connection.
getCertificate() - Method in interface oracle.okv.response.OKVCertificateResponse
Gets the certificate value.
getCertificateRequest() - Method in interface oracle.okv.response.OKVCertificateRequestResponse
Gets the certificate request object value.
getCertificateRequestType() - Method in interface oracle.okv.response.OKVCertificateRequestResponse
Gets the certificate request object type.
getCertificateType() - Method in interface oracle.okv.response.OKVCertificateResponse
Gets the certificate type.
getChildOperationMap() - Method in class oracle.okv.operation.OKVBatchOperation
Returns the batch item map, where the key is the batch item id and the value is the batched operation.
getChildren() - Method in class oracle.okv.kmip.OKVTTLV
Get the list of child TTLV of the current TTLV.
getCryptoAlgo() - Method in class oracle.okv.kmip.OKVCryptoContext
Get crypto algorithm value from OKVCryptoContext.
getCryptoOperation() - Method in class oracle.okv.kmip.OKVCryptoContext
Get the crypto operation.
getData() - Method in interface oracle.okv.response.OKVCryptoResponse
Gets the crypto operation response data.
getDataType() - Method in enum oracle.okv.kmip.DataType
Get the type of data.
getDecryptedData() - Method in interface oracle.okv.response.OKVDecryptResponse
Gets the decrypted data.
getDigestValue() - Method in interface oracle.okv.response.OKVDigest
Get the digest value.
getDigitalSignAlgo() - Method in class oracle.okv.kmip.OKVCryptoContext
Get digital signing algorithm value from OKVCryptoContext.
getElemFromTagEnum(int, int) - Static method in enum oracle.okv.kmip.OKVTagEnum
Get the OKVTagEnum given the tag value and enumeration value.
getElemIndex() - Method in interface oracle.okv.response.OKVAttribute
Get Element index.
getEncryptedData() - Method in interface oracle.okv.response.OKVEncryptResponse
Get the encrypted data.
getEnum() - Method in enum oracle.okv.kmip.OKVTagEnum
Get the enumeration value as per the KMIP specifications.
getExceptionCount() - Method in interface oracle.okv.response.OKVBatchResponse
Gets the number of batch item responses that had an exception.
getHashingAlgo() - Method in class oracle.okv.kmip.OKVCryptoContext
Get hashing algorithm value from OKVCryptoContext.
getHashingAlgorithm() - Method in interface oracle.okv.response.OKVCryptoParams
Get cryptographic parameter hashing algorithm.
getHashingAlgorithm() - Method in interface oracle.okv.response.OKVDigest
Get the hashing algorithm.
getIssuer() - Method in interface oracle.okv.response.OKVX509CertId
Get issuer distinguished name.
getIV() - Method in class oracle.okv.kmip.OKVCryptoContext
Get IV value from OKVCryptoContext.
getIV() - Method in interface oracle.okv.response.OKVEncryptResponse
Get the IV value used by server for encryption, if the random IV was set and IV was not provided in request.
getKey() - Method in interface oracle.okv.response.OKVKeyResponse
Gets the key value.
getKeyAlg() - Method in interface oracle.okv.response.OKVKeyResponse
Gets the key algorithm.
getKeyFormatType() - Method in interface oracle.okv.response.OKVDigest
Get the key format type.
getKeyLen() - Method in interface oracle.okv.response.OKVKeyResponse
Gets the key length.
getKeyRoleType() - Method in interface oracle.okv.response.OKVCryptoParams
Get cryptographic parameter key role type.
getKmipTag(byte, byte, byte) - Static method in enum oracle.okv.kmip.OKVTag
Get the OKVTag object given byte KMIP tag value.
getKmipTag(byte[]) - Static method in enum oracle.okv.kmip.OKVTag
Get the OKVTag object given byte KMIP tag value.
getKmipTag(int) - Static method in enum oracle.okv.kmip.OKVTag
Get the OKVTag object given the KMIP tag value.
getKmipTag(String) - Static method in enum oracle.okv.kmip.OKVTag
Get the OKVTag given the name of a KMIP tag.
getKmipTag() - Method in class oracle.okv.kmip.OKVTTLV
Get the KMIP tag of the TTLV.
getKmipTagEnum(int, String) - Static method in enum oracle.okv.kmip.OKVTagEnum
Get the OKVTagEnum given the name of a KMIP tag.
getKmipTagEnum(String) - Static method in enum oracle.okv.kmip.OKVTagEnum
Get the OKVTagEnum given the name of a KMIP tag.
getLinkType() - Method in interface oracle.okv.response.OKVLink
Get link type.
getMessage() - Method in exception oracle.okv.exception.OKVBatchResponseException
Get the cumulative failure messages for all failures in a batch.
getName() - Method in enum oracle.okv.kmip.OKVTag
Get the name of the tag.
getName() - Method in enum oracle.okv.kmip.OKVTagEnum
Get the name of KMIP enumeration.
getName() - Method in enum oracle.okv.kmip.OKVType
Get name of the OKVType.
getName() - Method in interface oracle.okv.response.OKVName
Return the name value.
getNameFromTag(int) - Static method in enum oracle.okv.kmip.OKVTag
Get the KMIP tag name given the tag value.
getNameFromTag(byte, byte, byte) - Static method in enum oracle.okv.kmip.OKVTag
Get the KMIP tag name given the tag value.
getNameFromTag(byte[]) - Static method in enum oracle.okv.kmip.OKVTag
Get the KMIP tag name given the tag value in bytes.
getNameFromType(byte) - Method in enum oracle.okv.kmip.OKVType
Get the name of KMIP type given the type value in bytes.
getNameType() - Method in interface oracle.okv.response.OKVName
Return the name type.
getObject(byte[], int, int) - Method in enum oracle.okv.kmip.OKVType
Get the corresponding object given the value in byte array, offset of the value and length of the byte value.
getObjectCount() - Method in interface oracle.okv.response.OKVQueryResponse
Gets the count of KMIP Managed Objects Supported.
getObjectList() - Method in interface oracle.okv.response.OKVQueryResponse
Gets the list of KMIP Managed Objects Supported.
getObjId() - Method in interface oracle.okv.response.OKVLink
Get object identifier.
getOKVEnv() - Method in class oracle.okv.service.OKVService
Returns a OKVConnection object to the client.
getOKVResponse() - Method in exception oracle.okv.exception.OKVResponseException
Get the response cause of the exception.
getOKVResultMap() - Method in interface oracle.okv.response.OKVBatchResponse
Gets a map containing the response objects of each operation contained in the batch operation, keyed by batch item id.
getOKVType(byte) - Static method in enum oracle.okv.kmip.OKVType
Get the OKVType object given the type value in bytes.
getOpaqueData() - Method in interface oracle.okv.response.OKVOpaqueDataResponse
Gets the opaque object value.
getOpaqueDataType() - Method in interface oracle.okv.response.OKVOpaqueDataResponse
Gets the opaque object type.
getOperationCount() - Method in interface oracle.okv.response.OKVQueryResponse
Gets the count of KMIP Operations Supported.
getOperationList() - Method in interface oracle.okv.response.OKVQueryResponse
Gets the list of KMIP Operations Supported.
getOperationType() - Method in interface oracle.okv.response.OKVResponse
Gets the Operation Type.
getPadding() - Method in class oracle.okv.kmip.OKVCryptoContext
Get padding value from OKVCryptoContext.
getPaddingMethod() - Method in interface oracle.okv.response.OKVCryptoParams
Get cryptographic parameter padding method.
getParent() - Method in class oracle.okv.kmip.OKVTTLV
Get the parent TTLV.
getPrimitiveConnection() - Method in class oracle.okv.kmip.OKVConnection
 
getPrivateKey() - Method in interface oracle.okv.response.OKVPrivateKeyResponse
Gets the key value.
getPrivateKeyAlg() - Method in interface oracle.okv.response.OKVPrivateKeyResponse
Gets the key algorithm.
getPrivateKeyLen() - Method in interface oracle.okv.response.OKVPrivateKeyResponse
Gets the key length.
getPrivateKeyUid() - Method in interface oracle.okv.response.OKVKeyPairUidResponse
Gets the unique identifier of the private key object.
getPublicKey() - Method in interface oracle.okv.response.OKVPublicKeyResponse
Gets the key value.
getPublicKeyAlg() - Method in interface oracle.okv.response.OKVPublicKeyResponse
Gets the key algorithm.
getPublicKeyLen() - Method in interface oracle.okv.response.OKVPublicKeyResponse
Gets the key length.
getPublicKeyUid() - Method in interface oracle.okv.response.OKVKeyPairUidResponse
Gets the unique identifier of the public key object.
getQlength() - Method in interface oracle.okv.response.OKVCryptoDomainParams
Get the Qlength value.
getRandomIV() - Method in class oracle.okv.kmip.OKVCryptoContext
Get Random IV value from OKVCryptoContext.
getRecommendedCurve() - Method in interface oracle.okv.response.OKVCryptoDomainParams
Get the recommended curve.
getRecoveredData() - Method in interface oracle.okv.response.OKVSignVerifyResponse
Get the recovered data.
getResultReason() - Method in interface oracle.okv.response.OKVResponse
Gets the result reason.
getResultStatus() - Method in interface oracle.okv.response.OKVResponse
Gets the result status.
getRevocationMessage() - Method in interface oracle.okv.response.OKVRevocationReason
Get Revocation Message.
getRevocationReasonCode() - Method in interface oracle.okv.response.OKVRevocationReason
Get Revocation Reason Code.
getSecretData() - Method in interface oracle.okv.response.OKVSecretDataResponse
Gets the secret object value.
getSecretDataType() - Method in interface oracle.okv.response.OKVSecretDataResponse
Gets the secret object type.
getSerialNo() - Method in interface oracle.okv.response.OKVX509CertId
Get the certificate serial number.
getServerInformation() - Method in interface oracle.okv.response.OKVQueryResponse
Gets the Oracle Key Vault Specific Server information.
getServerName() - Method in class oracle.okv.response.OKVServerInformation
Get server name.
getServerVersion() - Method in class oracle.okv.response.OKVServerInformation
Get server version.
getSignatureData() - Method in interface oracle.okv.response.OKVSignResponse
Get the signature data.
getTemplateAttributes() - Method in interface oracle.okv.response.OKVAttrsResponse
An OKVTTLV structure with the list of attributes as its child TTLVs is returned.
getTTLVinTTLV(OKVTag) - Method in class oracle.okv.kmip.OKVTTLV
Get the TTLV of given KMIP tag in the current TTLV.
getTyp() - Method in enum oracle.okv.kmip.OKVType
Get the type.
getType() - Method in enum oracle.okv.kmip.OKVTag
Get the type.
getTypeFromTag(int) - Static method in enum oracle.okv.kmip.OKVTag
Get type of the KMIP tag given the tag value.
getTypeFromTag(byte, byte, byte) - Static method in enum oracle.okv.kmip.OKVTag
Get the type of the KMIP tag given the tag value in bytes.
getTypeFromTag(byte[]) - Static method in enum oracle.okv.kmip.OKVTag
Get the type of the KMIP tag given the tag byte value.
getUid() - Method in interface oracle.okv.response.OKVUidResponse
Gets the unique identifier of the object.
getUidCnt() - Method in interface oracle.okv.response.OKVUidListResponse
Gets the number of unique identifiers in getUids().
getUids() - Method in interface oracle.okv.response.OKVUidListResponse
Gets the list of unique identifiers.
getUsageLimitsCount() - Method in interface oracle.okv.response.OKVUsageLimits
Get the usage limits count.
getUsageLimitsTotal() - Method in interface oracle.okv.response.OKVUsageLimits
Get the usage limits total.
getUsageLimitsUnit() - Method in interface oracle.okv.response.OKVUsageLimits
Get usage limits unit.
getValidityIndicator() - Method in interface oracle.okv.response.OKVSignVerifyResponse
Gets the validity indicator
getVendorID() - Method in interface oracle.okv.response.OKVQueryResponse
Gets the Vendor Identification of the key management server.
A C D E G I L O P R S V 
Skip navigation links