- checkPrivateKeyPassword(byte[], byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- ChunkCipher - Class in com.virgilsecurity.sdk.crypto
-
This class provides the functionality of a cryptographic cipher for
encryption and decryption by chunks.
- ChunkCipher() - Constructor for class com.virgilsecurity.sdk.crypto.ChunkCipher
-
Create a new instance of ChunkCipher
- Cipher - Class in com.virgilsecurity.sdk.crypto
-
This class provides the functionality of a cryptographic cipher for
encryption and decryption.
- Cipher() - Constructor for class com.virgilsecurity.sdk.crypto.Cipher
-
Create a new instance of Cipher
- cipher - Variable in class com.virgilsecurity.sdk.crypto.CipherBase
-
- CipherBase - Class in com.virgilsecurity.sdk.crypto
-
This class provides basic functionality of a cryptographic cipher for
encryption and decryption.
- CipherBase() - Constructor for class com.virgilsecurity.sdk.crypto.CipherBase
-
Create a new instance of CipherBase
- CipherBase(VirgilCipherBase) - Constructor for class com.virgilsecurity.sdk.crypto.CipherBase
-
Create a new instance of CipherBase
- clear() - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- clear() - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Clear custom parameters.
- ClientFactory - Class in com.virgilsecurity.sdk.client
-
Virgil Clients factory.
- ClientFactory() - Constructor for class com.virgilsecurity.sdk.client.ClientFactory
-
Create a new instance
- ClientFactory(String) - Constructor for class com.virgilsecurity.sdk.client.ClientFactory
-
Create a new instance
- close() - Method in class com.virgilsecurity.crypto.VirgilAsn1Compatible
-
- close() - Method in class com.virgilsecurity.crypto.VirgilBase64
-
- close() - Method in class com.virgilsecurity.crypto.VirgilByteArrayUtils
-
- close() - Method in class com.virgilsecurity.crypto.VirgilChunkCipher
-
- close() - Method in class com.virgilsecurity.crypto.VirgilCipher
-
- close() - Method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- close() - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- close() - Method in class com.virgilsecurity.crypto.VirgilDataSink
-
- close() - Method in class com.virgilsecurity.crypto.VirgilDataSource
-
- close() - Method in class com.virgilsecurity.crypto.VirgilHash
-
- close() - Method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- close() - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- close() - Method in class com.virgilsecurity.crypto.VirgilRandom
-
- close() - Method in class com.virgilsecurity.crypto.VirgilSigner
-
- close() - Method in class com.virgilsecurity.crypto.VirgilStreamCipher
-
- close() - Method in class com.virgilsecurity.crypto.VirgilStreamDataSink
-
- close() - Method in class com.virgilsecurity.crypto.VirgilStreamDataSource
-
- close() - Method in class com.virgilsecurity.crypto.VirgilStreamSigner
-
- close() - Method in class com.virgilsecurity.crypto.VirgilTinyCipher
-
- close() - Method in class com.virgilsecurity.crypto.VirgilVersion
-
- close() - Method in class com.virgilsecurity.sdk.crypto.Asn1Compatible
-
- close() - Method in class com.virgilsecurity.sdk.crypto.CipherBase
-
- close() - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
- close() - Method in class com.virgilsecurity.sdk.crypto.Signer
-
- close() - Method in class com.virgilsecurity.sdk.crypto.StreamCipher
-
- com.virgilsecurity.crypto - package com.virgilsecurity.crypto
-
- com.virgilsecurity.sdk - package com.virgilsecurity.sdk
-
- com.virgilsecurity.sdk.client - package com.virgilsecurity.sdk.client
-
- com.virgilsecurity.sdk.client.exceptions - package com.virgilsecurity.sdk.client.exceptions
-
- com.virgilsecurity.sdk.client.http - package com.virgilsecurity.sdk.client.http
-
- com.virgilsecurity.sdk.client.http.interceptors - package com.virgilsecurity.sdk.client.http.interceptors
-
- com.virgilsecurity.sdk.client.model - package com.virgilsecurity.sdk.client.model
-
- com.virgilsecurity.sdk.client.model.identity - package com.virgilsecurity.sdk.client.model.identity
-
- com.virgilsecurity.sdk.client.model.privatekey - package com.virgilsecurity.sdk.client.model.privatekey
-
- com.virgilsecurity.sdk.client.model.publickey - package com.virgilsecurity.sdk.client.model.publickey
-
- com.virgilsecurity.sdk.client.service - package com.virgilsecurity.sdk.client.service
-
- com.virgilsecurity.sdk.client.utils - package com.virgilsecurity.sdk.client.utils
-
- com.virgilsecurity.sdk.crypto - package com.virgilsecurity.sdk.crypto
-
- com.virgilsecurity.sdk.crypto.utils - package com.virgilsecurity.sdk.crypto.utils
-
- computeShared(byte[], byte[], byte[]) - Static method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- computeShared(byte[], byte[]) - Static method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- confirm(String, String) - Method in class com.virgilsecurity.sdk.client.IdentityClient
-
Confirms the identity from the
verify step to obtain an identity confirmation token.
- confirm(String, String, Token) - Method in class com.virgilsecurity.sdk.client.IdentityClient
-
Confirms the identity from the
verify step to obtain an identity confirmation token.
- confirm(String, String, ResponseCallback<ValidatedIdentity>) - Method in class com.virgilsecurity.sdk.client.IdentityClient
-
Confirms the identity from the
verify step to obtain an identity confirmation token.
- confirm(String, String, Token, ResponseCallback<ValidatedIdentity>) - Method in class com.virgilsecurity.sdk.client.IdentityClient
-
Confirms the identity from the
verify step to obtain an identity confirmation token.
- confirm(Confirmation) - Method in interface com.virgilsecurity.sdk.client.service.IdentityService
-
Confirms identity from the /verify step to obtain an identity
confirmation token Request info.
- Confirmation - Class in com.virgilsecurity.sdk.client.model.identity
-
This class represents confirmation data.
- Confirmation() - Constructor for class com.virgilsecurity.sdk.client.model.identity.Confirmation
-
- Constants - Interface in com.virgilsecurity.sdk.client.utils
-
TODO: add type description
- Constants.Header - Interface in com.virgilsecurity.sdk.client.utils
-
- ConversionUtils - Class in com.virgilsecurity.sdk.crypto.utils
-
Provides convert functionalities.
- ConversionUtils() - Constructor for class com.virgilsecurity.sdk.crypto.utils.ConversionUtils
-
- createCard(VirgilCardTemplate, PrivateKey, ResponseCallback<VirgilCard>) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Create new Virgil Card asynchronously.
- createCard(VirgilCardTemplate, PrivateKey, Password, ResponseCallback<VirgilCard>) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Create new Virgil Card asynchronously.
- createCard(VirgilCardTemplate, PrivateKey) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Create new Virgil Card.
- createCard(VirgilCardTemplate, PrivateKey, Password) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Create new Virgil Card.
- createCard(VirgilCardTemplate) - Method in interface com.virgilsecurity.sdk.client.service.PublicKeyService
-
Create new Virgil Card.
- createService(Class<S>) - Method in class com.virgilsecurity.sdk.client.AbstractClient
-
- createService(Class<S>, PrivateKey, Password, Password) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Create new instance of Retrofit service.
- createService(Class<S>) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Create new instance of Retrofit service.
- createService(Class<S>, PrivateKey) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Create new instance of Retrofit service.
- createService(Class<S>, PrivateKey, Password) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Create new instance of Retrofit service.
- CryptoHelper - Class in com.virgilsecurity.sdk.crypto
-
This is utils class which covers Virgil Crypto functionality.
- CryptoHelper() - Constructor for class com.virgilsecurity.sdk.crypto.CryptoHelper
-
- customParams() - Method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- customParams() - Method in class com.virgilsecurity.sdk.crypto.CipherBase
-
- CustomParams - Class in com.virgilsecurity.sdk.crypto
-
Custom parameters could be added to ciphered data.
- CustomParams() - Constructor for class com.virgilsecurity.sdk.crypto.CustomParams
-
Create new instance of CustomParams.
- CustomParams(CustomParams) - Constructor for class com.virgilsecurity.sdk.crypto.CustomParams
-
Create new instance of CustomParams.
- DEBUG - Static variable in class com.virgilsecurity.sdk.BuildConfig
-
- decode(String) - Static method in class com.virgilsecurity.crypto.VirgilBase64
-
- decode(String) - Static method in class com.virgilsecurity.sdk.crypto.Base64
-
Decodes all bytes from the input byte array using the Base64
encoding scheme, writing the results into a newly-allocated output byte
array.
- decrypt(byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilTinyCipher
-
- decrypt(byte[]) - Method in class com.virgilsecurity.crypto.VirgilTinyCipher
-
- decrypt(String, String) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Decrypt text with password.
- decrypt(InputStream, OutputStream, String) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Decrypt encrypted data from stream with password.
- decrypt(String, String, PrivateKey) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Decrypt text with private key.
- decrypt(InputStream, OutputStream, String, PrivateKey) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Decrypt encrypted data from stream with private key.
- decrypt(String, String, PrivateKey, Password) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Decrypt text with private key which protected with password.
- decrypt(InputStream, OutputStream, String, PrivateKey, Password) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Decrypt encrypted data from stream with private key.
- decryptWithKey(byte[], byte[], byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilCipher
-
- decryptWithKey(byte[], byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilCipher
-
- decryptWithKey(VirgilDataSource, VirgilDataSink, byte[], byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilStreamCipher
-
- decryptWithKey(VirgilDataSource, VirgilDataSink, byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilStreamCipher
-
- decryptWithKey(byte[], Recipient, PrivateKey, Password) - Method in class com.virgilsecurity.sdk.crypto.Cipher
-
Decrypt data with private key.
- decryptWithKey(byte[], Recipient, PrivateKey) - Method in class com.virgilsecurity.sdk.crypto.Cipher
-
Decrypt data with private key.
- decryptWithKey(InputStream, OutputStream, Recipient, PrivateKey, Password) - Method in class com.virgilsecurity.sdk.crypto.StreamCipher
-
Decrypt encrypted data from stream with key protected by password.
- decryptWithKey(InputStream, OutputStream, Recipient, PrivateKey) - Method in class com.virgilsecurity.sdk.crypto.StreamCipher
-
Decrypt encrypted data from stream with key protected by password.
- decryptWithPassword(byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilCipher
-
- decryptWithPassword(VirgilDataSource, VirgilDataSink, byte[]) - Method in class com.virgilsecurity.crypto.VirgilStreamCipher
-
- decryptWithPassword(byte[], Password) - Method in class com.virgilsecurity.sdk.crypto.Cipher
-
Decrypt data with password.
- decryptWithPassword(byte[], String) - Method in class com.virgilsecurity.sdk.crypto.Cipher
-
Decrypt data with password.
- decryptWithPassword(InputStream, OutputStream, Password) - Method in class com.virgilsecurity.sdk.crypto.StreamCipher
-
Decrypt encrypted data from stream with password.
- Default - Static variable in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- defineContentInfoSize(byte[]) - Static method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- defineContentInfoSize(byte[]) - Static method in class com.virgilsecurity.sdk.crypto.CipherBase
-
Define size of content information.
- delete() - Method in class com.virgilsecurity.crypto.VirgilAsn1Compatible
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilBase64
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilByteArrayUtils
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilChunkCipher
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilCipher
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilDataSink
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilDataSource
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilHash
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilRandom
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilSigner
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilStreamCipher
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilStreamSigner
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilTinyCipher
-
- delete() - Method in class com.virgilsecurity.crypto.VirgilVersion
-
- delete(String, String, DeleteRequest) - Method in interface com.virgilsecurity.sdk.client.service.PublicKeyService
-
Delete Virgil Card.
- delete_VirgilAsn1Compatible(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilBase64(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilByteArrayUtils(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilChunkCipher(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilCipher(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilCipherBase(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilCustomParams(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilDataSink(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilDataSource(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilHash(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilKeyPair(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilPBKDF(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilRandom(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilSigner(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilStreamCipher(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilStreamSigner(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilTinyCipher(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- delete_VirgilVersion(long) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- deleteCard(ValidatedIdentity, String, PrivateKey) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Revoke a Virgil Card endpoint.
- deleteCard(ValidatedIdentity, String, PrivateKey, Password) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Revoke a Virgil Card endpoint.
- deleteCard(ValidatedIdentity, String, PrivateKey, VoidResponseCallback) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Revoke a Virgil Card endpoint.
- deleteCard(ValidatedIdentity, String, PrivateKey, Password, VoidResponseCallback) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Revoke a Virgil Card endpoint.
- deleteKey(String, List<ValidatedIdentity>, VoidResponseCallback) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Revoke a Public Key endpoint.
- deleteKey(String, Identities) - Method in interface com.virgilsecurity.sdk.client.service.PublicKeyService
-
Revoke a Public Key endpoint.
- DeleteRequest - Class in com.virgilsecurity.sdk.client.model.publickey
-
Request data used for identity removal.
- DeleteRequest() - Constructor for class com.virgilsecurity.sdk.client.model.publickey.DeleteRequest
-
- derive(byte[], long) - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- derive(byte[]) - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- destroy(String, PrivateKey) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Deletes the private key from service by specified card ID.
- destroy(String, PrivateKey, Password) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Deletes the private key from service by specified card ID.
- destroy(String, PrivateKey, VoidResponseCallback) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Deletes the private key from service by specified card ID.
- destroy(String, PrivateKey, Password, VoidResponseCallback) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Deletes the private key from service by specified card ID.
- destroy(PrivateKeyInfo) - Method in interface com.virgilsecurity.sdk.client.service.PrivateKeyService
-
- disableRecommendationsCheck() - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- generate(VirgilKeyPair.Type, byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- generate(VirgilKeyPair.Type) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- generate() - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- generate(String, String, PrivateKey) - Static method in class com.virgilsecurity.sdk.client.utils.ValidationTokenGenerator
-
Generates the validation token based on application's private key.
- generate(String, String, PrivateKey, Password) - Static method in class com.virgilsecurity.sdk.client.utils.ValidationTokenGenerator
-
Generates the validation token based on application's private key.
- generate() - Static method in class com.virgilsecurity.sdk.crypto.KeyPairGenerator
-
Generate key pair with default Key Type
- generate(String) - Static method in class com.virgilsecurity.sdk.crypto.KeyPairGenerator
-
Generate key pair with default Key Type
- generate(KeyType) - Static method in class com.virgilsecurity.sdk.crypto.KeyPairGenerator
-
Generate key pair by Type
- generate(KeyType, Password) - Static method in class com.virgilsecurity.sdk.crypto.KeyPairGenerator
-
Generate key pair by Type.
- generate(KeyType, String) - Static method in class com.virgilsecurity.sdk.crypto.KeyPairGenerator
-
Generate key pair by Type.
- generateFrom(VirgilKeyPair, byte[], byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- generateFrom(VirgilKeyPair, byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- generateFrom(VirgilKeyPair) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- get(String, ValidatedIdentity) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Downloads private part of key by its public id.
- get(String, ValidatedIdentity, ResponseCallback<PrivateKeyInfo>) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Downloads private part of key by its public id.
- get(PrivateKeyRequestPayload) - Method in interface com.virgilsecurity.sdk.client.service.PrivateKeyService
-
Downloads private part of key by its public id.
- getActionId() - Method in class com.virgilsecurity.sdk.client.model.identity.Action
-
Return the action identifier.
- getAlgorithm() - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- getAsBase64String() - Method in class com.virgilsecurity.sdk.crypto.Key
-
- getAsString() - Method in class com.virgilsecurity.sdk.crypto.Key
-
- getAuthorizedBy() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
Return the name of App this card autorized by.
- getCard(String) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Returns the information about the Virgil Card by the ID.
- getCard(String, ResponseCallback<VirgilCard>) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Returns the information about the Virgil Card by the ID.
- getCard(String) - Method in interface com.virgilsecurity.sdk.client.service.PublicKeyService
-
Returns the information about the Virgil Card by the ID.
- getCardId() - Method in class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyInfo
-
- getCards() - Method in class com.virgilsecurity.sdk.client.model.publickey.PublicKeyInfo
-
- getConfirmationCode() - Method in class com.virgilsecurity.sdk.client.model.identity.Confirmation
-
Returns the confirmation code.
- getContentInfo() - Method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- getContentInfo() - Method in class com.virgilsecurity.sdk.crypto.CipherBase
-
Returns the content information.
- getCountToLive() - Method in class com.virgilsecurity.sdk.client.model.identity.Token
-
Returns the token's count to live.
- getCPtr(VirgilAsn1Compatible) - Static method in class com.virgilsecurity.crypto.VirgilAsn1Compatible
-
- getCPtr(VirgilBase64) - Static method in class com.virgilsecurity.crypto.VirgilBase64
-
- getCPtr(VirgilByteArrayUtils) - Static method in class com.virgilsecurity.crypto.VirgilByteArrayUtils
-
- getCPtr(VirgilChunkCipher) - Static method in class com.virgilsecurity.crypto.VirgilChunkCipher
-
- getCPtr(VirgilCipher) - Static method in class com.virgilsecurity.crypto.VirgilCipher
-
- getCPtr(VirgilCipherBase) - Static method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- getCPtr(VirgilCustomParams) - Static method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- getCPtr(VirgilDataSink) - Static method in class com.virgilsecurity.crypto.VirgilDataSink
-
- getCPtr(VirgilDataSource) - Static method in class com.virgilsecurity.crypto.VirgilDataSource
-
- getCPtr(VirgilHash) - Static method in class com.virgilsecurity.crypto.VirgilHash
-
- getCPtr(VirgilKeyPair) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- getCPtr(VirgilPBKDF) - Static method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- getCPtr(VirgilRandom) - Static method in class com.virgilsecurity.crypto.VirgilRandom
-
- getCPtr(VirgilSigner) - Static method in class com.virgilsecurity.crypto.VirgilSigner
-
- getCPtr(VirgilStreamCipher) - Static method in class com.virgilsecurity.crypto.VirgilStreamCipher
-
- getCPtr(VirgilStreamSigner) - Static method in class com.virgilsecurity.crypto.VirgilStreamSigner
-
- getCPtr(VirgilTinyCipher) - Static method in class com.virgilsecurity.crypto.VirgilTinyCipher
-
- getCPtr(VirgilVersion) - Static method in class com.virgilsecurity.crypto.VirgilVersion
-
- getCreatedAt() - Method in class com.virgilsecurity.sdk.client.model.publickey.IdentityInfo
-
Returns the identity creation date.
- getCreatedAt() - Method in class com.virgilsecurity.sdk.client.model.publickey.PublicKeyInfo
-
- getCreatedAt() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
Returns the Virgil Card's creation date.
- getData(byte[]) - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- getData() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
- getData() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate
-
Returns Virgil Card's data as key/value map.
- getData(Key) - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Get binary parameter by key
- getEncoded() - Method in class com.virgilsecurity.sdk.crypto.Key
-
Returns the key in its primary encoding format, or null if this key does
not support encoding.
- getEncoded() - Method in class com.virgilsecurity.sdk.crypto.Password
-
- getError() - Method in exception com.virgilsecurity.sdk.client.exceptions.ServiceException
-
- getErrorCode() - Method in class com.virgilsecurity.sdk.client.model.APIError
-
Returns the code of an error which occurred on Virgil service.
- getErrorPrefix() - Method in class com.virgilsecurity.sdk.client.model.APIError
-
Returns the prefix of error message which stored in
Messages.properties.
- getErrorPrefix() - Method in class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyAPIError
-
- getHash() - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- getHash() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
Returns Virgil Card's hash.
- getId() - Method in class com.virgilsecurity.sdk.client.model.publickey.IdentityInfo
-
Returns the identity's identifier.
- getId() - Method in class com.virgilsecurity.sdk.client.model.publickey.PublicKeyInfo
-
- getId() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
Returns the Virgil Card's identifier.
- getId() - Method in class com.virgilsecurity.sdk.crypto.Recipient
-
- getIdentities() - Method in class com.virgilsecurity.sdk.client.model.publickey.Identities
-
- getIdentity() - Method in class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyRequestPayload
-
- getIdentity() - Method in class com.virgilsecurity.sdk.client.model.publickey.DeleteRequest
-
- getIdentity() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
- getIdentity() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate
-
Returns the Virgil identity associated with created card.
- getIdentityClient() - Method in class com.virgilsecurity.sdk.client.ClientFactory
-
- getIncludeUnauthorized() - Method in class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria
-
- getInteger(byte[]) - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- getInteger(Key) - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Get value of custom parameter of Integer type by key.
- getIterationCount() - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- getKey() - Method in class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyInfo
-
- getKey() - Method in class com.virgilsecurity.sdk.client.model.publickey.PublicKeyInfo
-
- getKey(String) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Returns the information about the Public Key by the ID.
- getKey(String, ResponseCallback<PublicKeyInfo>) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Returns the information about the Public Key by the ID.
- getKey(String) - Method in interface com.virgilsecurity.sdk.client.service.PublicKeyService
-
Returns the information about the Public Key by the ID.
- getMessage() - Method in class com.virgilsecurity.sdk.client.model.APIError
-
Returns the detail message string of this error.
- getPackage(long) - Method in class com.virgilsecurity.crypto.VirgilTinyCipher
-
- getPackageCount() - Method in class com.virgilsecurity.crypto.VirgilTinyCipher
-
- getPrivate() - Method in class com.virgilsecurity.sdk.crypto.KeyPair
-
Returns a reference to the private key component of this key pair.
- getPrivateKeyClient(VirgilCard) - Method in class com.virgilsecurity.sdk.client.ClientFactory
-
- getPublic() - Method in class com.virgilsecurity.sdk.crypto.KeyPair
-
Returns a reference to the public key component of this key pair.
- getPublicKey() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
- getPublicKey() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate
-
Returns the public key.
- getPublicKeyClient() - Method in class com.virgilsecurity.sdk.client.ClientFactory
-
- getPublicKeyId() - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate
-
Returns the public key's identifier.
- getResponsePassword() - Method in class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyRequestPayload
-
- getSalt() - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- getStatusCode() - Method in class com.virgilsecurity.sdk.client.model.APIError
-
Returns the status code of response from Virgil service.
- getString(byte[]) - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- getString(Key) - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Get value of custom parameter of String type by key.
- getThrowable() - Method in class com.virgilsecurity.sdk.client.model.APIError
-
Returns the cause of an error.
- getTimeToLive() - Method in class com.virgilsecurity.sdk.client.model.identity.Token
-
Returns token's time to live.
- getToken() - Method in class com.virgilsecurity.sdk.client.model.identity.Confirmation
-
Returns the token.
- getToken() - Method in class com.virgilsecurity.sdk.client.model.identity.ValidatedIdentity
-
Returns the validation token.
- getType() - Method in class com.virgilsecurity.sdk.client.model.Identity
-
Returns the identity type.
- getType() - Method in class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria
-
- getValue() - Method in class com.virgilsecurity.sdk.client.model.Identity
-
Returns the identity value.
- getValue() - Method in class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria
-
- getWrappedASN() - Method in class com.virgilsecurity.sdk.crypto.Asn1Compatible
-
- getWrappedASN() - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
- Password - Class in com.virgilsecurity.sdk.crypto
-
This class just a holder for password.
- Password(byte[]) - Constructor for class com.virgilsecurity.sdk.crypto.Password
-
Create new password instance.
- Password(String) - Constructor for class com.virgilsecurity.sdk.crypto.Password
-
Create Password instance.
- Password(String, Charset) - Constructor for class com.virgilsecurity.sdk.crypto.Password
-
Create password instance.
- patchVersion() - Static method in class com.virgilsecurity.crypto.VirgilVersion
-
- PBKDF2 - Static variable in class com.virgilsecurity.crypto.VirgilPBKDF.Algorithm
-
- PREFERRED_CHUNK_SIZE - Static variable in class com.virgilsecurity.sdk.crypto.ChunkCipher
-
- PRIVATE_KEY_BASE_URL - Static variable in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
- privateKey() - Method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- PrivateKey - Class in com.virgilsecurity.sdk.crypto
-
A private key.
- PrivateKey(byte[]) - Constructor for class com.virgilsecurity.sdk.crypto.PrivateKey
-
Create new instance of PrivateKey.
- PrivateKey(String) - Constructor for class com.virgilsecurity.sdk.crypto.PrivateKey
-
Create a new instance of PrivateKey.
- PrivateKeyAPIError - Class in com.virgilsecurity.sdk.client.model.privatekey
-
The PrivateKeyAPIError class is the class for errors which can be
occurred on Virgil Private Kety services call.
- PrivateKeyAPIError(int, String) - Constructor for class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyAPIError
-
Create a new instance of PrivateKeyAPIError.
- PrivateKeyAPIError(Throwable) - Constructor for class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyAPIError
-
Create a new instance of PrivateKeyAPIError.
- PrivateKeyClient - Class in com.virgilsecurity.sdk.client
-
Private Key service client.
- PrivateKeyClient(String, VirgilCard) - Constructor for class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Create a new instance of PrivateKeyClient
- PrivateKeyClient(String, String, VirgilCard) - Constructor for class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Create a new instance of PrivateKeyClient
- PrivateKeyInfo - Class in com.virgilsecurity.sdk.client.model.privatekey
-
This class represents private key information.
- PrivateKeyInfo() - Constructor for class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyInfo
-
- PrivateKeyRequestPayload - Class in com.virgilsecurity.sdk.client.model.privatekey
-
Request payload for Private Keys service.
- PrivateKeyRequestPayload() - Constructor for class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyRequestPayload
-
- PrivateKeyService - Interface in com.virgilsecurity.sdk.client.service
-
This interface represents Virgil Private Key's HTTP API.
- process(byte[]) - Method in class com.virgilsecurity.crypto.VirgilChunkCipher
-
- process(byte[]) - Method in class com.virgilsecurity.sdk.crypto.ChunkCipher
-
Process chunk.
- PUBLIC_KEY_BASE_URL - Static variable in class com.virgilsecurity.sdk.client.PublicKeyClient
-
- publicKey() - Method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- PublicKey - Class in com.virgilsecurity.sdk.crypto
-
A public key.
- PublicKey(byte[]) - Constructor for class com.virgilsecurity.sdk.crypto.PublicKey
-
Create new instance.
- PublicKey(String) - Constructor for class com.virgilsecurity.sdk.crypto.PublicKey
-
Create a new instance of PublicKey.
- PublicKeyClient - Class in com.virgilsecurity.sdk.client
-
Public Key service client.
- PublicKeyClient(String) - Constructor for class com.virgilsecurity.sdk.client.PublicKeyClient
-
Create a new instance of PublicKeyClient.
- PublicKeyClient(String, String) - Constructor for class com.virgilsecurity.sdk.client.PublicKeyClient
-
Create a new instance of PublicKeyClient.
- PublicKeyInfo - Class in com.virgilsecurity.sdk.client.model.publickey
-
This class represents Public Key information.
- PublicKeyInfo() - Constructor for class com.virgilsecurity.sdk.client.model.publickey.PublicKeyInfo
-
- PublicKeyService - Interface in com.virgilsecurity.sdk.client.service
-
This interface represents Virgil Public Key's HTTP API.
- randomize(long) - Method in class com.virgilsecurity.crypto.VirgilRandom
-
- randomize() - Method in class com.virgilsecurity.crypto.VirgilRandom
-
- randomize(long, long) - Method in class com.virgilsecurity.crypto.VirgilRandom
-
- read() - Method in class com.virgilsecurity.crypto.VirgilDataSource
-
- read() - Method in class com.virgilsecurity.crypto.VirgilStreamDataSource
-
- Recipient - Class in com.virgilsecurity.sdk.crypto
-
This class represents Recipient.
- Recipient(byte[]) - Constructor for class com.virgilsecurity.sdk.crypto.Recipient
-
Create new instance of Recipient.
- Recipient(String) - Constructor for class com.virgilsecurity.sdk.crypto.Recipient
-
Create new instance of Recipient.
- Recipient(String, Charset) - Constructor for class com.virgilsecurity.sdk.crypto.Recipient
-
Create new instance of Recipient.
- removeAllRecipients() - Method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- removeAllRecipients() - Method in class com.virgilsecurity.sdk.crypto.CipherBase
-
Remove all recipients from Cipher.
- removeData(byte[]) - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- removeData(Key) - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Remove binary parameter by key.
- removeInteger(byte[]) - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- removeInteger(Key) - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Remove parameter of Integer type by key.
- removeKeyRecipient(byte[]) - Method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- removeKeyRecipient(Recipient) - Method in class com.virgilsecurity.sdk.crypto.CipherBase
-
Remove key recipient from Cipher.
- removePasswordRecipient(byte[]) - Method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- removePasswordRecipient(Password) - Method in class com.virgilsecurity.sdk.crypto.CipherBase
-
Remove password recipient from Cipher.
- removeString(byte[]) - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- removeString(Key) - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Remove parameter of String type by key.
- RequestBodyEncodeInterceptor - Class in com.virgilsecurity.sdk.client.http.interceptors
-
This request intercepter encodes request body with a Virgil Card.
- RequestBodyEncodeInterceptor(String, PublicKey) - Constructor for class com.virgilsecurity.sdk.client.http.interceptors.RequestBodyEncodeInterceptor
-
Create a new instance of RequestBodyEncodeInterceptor
- RequestSignInterceptor - Class in com.virgilsecurity.sdk.client.http.interceptors
-
Request sign interceptor.
- RequestSignInterceptor(PrivateKey) - Constructor for class com.virgilsecurity.sdk.client.http.interceptors.RequestSignInterceptor
-
Create a new instance
- RequestSignInterceptor(PrivateKey, Password) - Constructor for class com.virgilsecurity.sdk.client.http.interceptors.RequestSignInterceptor
-
Create a new instance
- reset() - Method in class com.virgilsecurity.crypto.VirgilTinyCipher
-
- resetPrivateKeyPassword(byte[], byte[], byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- ResponseBodyDecodeInterceptor - Class in com.virgilsecurity.sdk.client.http.interceptors
-
This response intercepter decodes response with a password.
- ResponseBodyDecodeInterceptor(Password) - Constructor for class com.virgilsecurity.sdk.client.http.interceptors.ResponseBodyDecodeInterceptor
-
Create a new instance of ResponseBodyDecodeInterceptor
- ResponseCallback<T> - Class in com.virgilsecurity.sdk.client.http
-
The Callback which called by response from service.
- ResponseCallback() - Constructor for class com.virgilsecurity.sdk.client.http.ResponseCallback
-
- rsa1024(byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- rsa1024() - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- rsa2048(byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- rsa2048() - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- rsa256(byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- rsa256() - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- rsa4096(byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- rsa4096() - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- rsa512(byte[]) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- rsa512() - Static method in class com.virgilsecurity.crypto.VirgilKeyPair
-
- RSA_1024 - Static variable in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- RSA_2048 - Static variable in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- RSA_256 - Static variable in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- RSA_3072 - Static variable in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- RSA_4096 - Static variable in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- RSA_512 - Static variable in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- RSA_8192 - Static variable in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- search(SearchCriteria) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Performs the search by search criteria.
- search(SearchCriteria, ResponseCallback<List<VirgilCard>>) - Method in class com.virgilsecurity.sdk.client.PublicKeyClient
-
Performs the asynchronous search by search criteria.
- search(SearchCriteria) - Method in interface com.virgilsecurity.sdk.client.service.PublicKeyService
-
Performs the search of a private application's Virgil Cards by search
criteria:
- searchApp(SearchCriteria) - Method in interface com.virgilsecurity.sdk.client.service.PublicKeyService
-
Performs the global search for the applications' Virgil Cards.
- SearchCriteria - Class in com.virgilsecurity.sdk.client.model.publickey
-
This class represents a search criteria:
the value request parameter is mandatory
the type request parameter is optional and specifies the type of
Virgil Card's Identity
the relations parameter is optional and contains the list of
Virgil Cards UDIDs to perform the search within
the includeUnauthorized parameter specifies whether an
unauthorized Virgil Cards should be returned.
- SearchCriteria() - Constructor for class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria
-
- SearchCriteria.Builder - Class in com.virgilsecurity.sdk.client.model.publickey
-
An instance of this class encapsulates the information needed to
instantiate and initialize a search criteria object.
- searchEmail(SearchCriteria) - Method in interface com.virgilsecurity.sdk.client.service.PublicKeyService
-
Performs the global search for the emails' Virgil Cards.
- ServiceException - Exception in com.virgilsecurity.sdk.client.exceptions
-
This exception appears when synchronous call to Virgil service doesn't reach
success.
- ServiceException() - Constructor for exception com.virgilsecurity.sdk.client.exceptions.ServiceException
-
Create a new instance
- ServiceException(APIError) - Constructor for exception com.virgilsecurity.sdk.client.exceptions.ServiceException
-
Create a new instance
- ServiceException(Exception) - Constructor for exception com.virgilsecurity.sdk.client.exceptions.ServiceException
-
Create a new instance
- setActionId(String) - Method in class com.virgilsecurity.sdk.client.model.identity.Action
-
Sets the action identifier.
- setAlgorithm(VirgilPBKDF.Algorithm) - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- setAuthorizedBy(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
Set the name of App this card autorized by.
- setCardId(String) - Method in class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyInfo
-
- setCards(VirgilCard[]) - Method in class com.virgilsecurity.sdk.client.model.publickey.PublicKeyInfo
-
- setConfirmationCode(String) - Method in class com.virgilsecurity.sdk.client.model.identity.Confirmation
-
Sets the confirmation code.
- setConfirmed(boolean) - Method in class com.virgilsecurity.sdk.client.model.publickey.IdentityInfo
-
- setContentInfo(byte[]) - Method in class com.virgilsecurity.crypto.VirgilCipherBase
-
- setContentInfo(byte[]) - Method in class com.virgilsecurity.sdk.crypto.CipherBase
-
Sets the content information.
- setCountToLive(Integer) - Method in class com.virgilsecurity.sdk.client.model.identity.Token
-
Sets the token's count to live.
- setCreatedAt(Date) - Method in class com.virgilsecurity.sdk.client.model.publickey.IdentityInfo
-
Sets the identity creation date.
- setCreatedAt(Date) - Method in class com.virgilsecurity.sdk.client.model.publickey.PublicKeyInfo
-
- setCreatedAt(Date) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
Sets the Virgil Card's creation date.
- setData(byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- setData(Map<String, String>) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
- setData(Map<String, String>) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate
-
- setData(Key, byte[]) - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Set binary custom parameter.
- setErrorCode(int) - Method in class com.virgilsecurity.sdk.client.model.APIError
-
Sets the code of an error which occurred on Virgil service.
- setHash(VirgilPBKDF.Hash) - Method in class com.virgilsecurity.crypto.VirgilPBKDF
-
- setHash(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
Sets Virgil Card's hash.
- setId(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.IdentityInfo
-
Sets the identity's identifier.
- setId(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.PublicKeyInfo
-
- setId(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
Sets the Virgil Card's identifier.
- setIdentities(List<ValidatedIdentity>) - Method in class com.virgilsecurity.sdk.client.model.publickey.Identities
-
- setIdentity(ValidatedIdentity) - Method in class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyRequestPayload
-
- setIdentity(Identity) - Method in class com.virgilsecurity.sdk.client.model.publickey.DeleteRequest
-
- setIdentity(IdentityInfo) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
- setIdentity(Identity) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate.Builder
-
Set identity associated with card.
- setIdentity(Identity) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate
-
Sets the Virgil identity associated with created card.
- setIdentityBaseUrl(String) - Method in class com.virgilsecurity.sdk.client.ClientFactory
-
- setIncludeUnauthorized(Boolean) - Method in class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria.Builder
-
This flag allows to include unconfirmed Virgil Cards into search
result.
- setIncludeUnauthorized(Boolean) - Method in class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria
-
- setInteger(byte[], int) - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- setInteger(Key, int) - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Set custom parameter of Integer type.
- setKey(String) - Method in class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyInfo
-
- setKey(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.PublicKeyInfo
-
- setPrivateKeyBaseUrl(String) - Method in class com.virgilsecurity.sdk.client.ClientFactory
-
- setPublicKey(PublicKeyInfo) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCard
-
- setPublicKey(PublicKey) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate.Builder
-
Set public key.
- setPublicKey(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate.Builder
-
Set public key.
- setPublicKey(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate
-
Sets the public key.
- setPublicKeyBaseUrl(String) - Method in class com.virgilsecurity.sdk.client.ClientFactory
-
- setPublicKeyId(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate.Builder
-
Set public key's identifier.
- setPublicKeyId(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.VirgilCardTemplate
-
Sets the public key's identifier.
- setResponsePassword(String) - Method in class com.virgilsecurity.sdk.client.model.privatekey.PrivateKeyRequestPayload
-
- setStatusCode(int) - Method in class com.virgilsecurity.sdk.client.model.APIError
-
Sets the status code of response from Virgil service.
- setString(byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilCustomParams
-
- setString(Key, byte[]) - Method in class com.virgilsecurity.sdk.crypto.CustomParams
-
Set custom parameter of String type.
- setThrowable(Throwable) - Method in class com.virgilsecurity.sdk.client.model.APIError
-
Sets the cause of an error.
- setTimeToLive(Integer) - Method in class com.virgilsecurity.sdk.client.model.identity.Token
-
Sets the token's time to live.
- setToken(Token) - Method in class com.virgilsecurity.sdk.client.model.identity.Confirmation
-
Sets the token.
- setToken(String) - Method in class com.virgilsecurity.sdk.client.model.identity.ValidatedIdentity
-
Sets the validation token.
- setType(String) - Method in class com.virgilsecurity.sdk.client.model.Identity
-
Sets the identity type.
- setType(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria.Builder
-
Set the identity type.
- setType(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria
-
- setValue(String) - Method in class com.virgilsecurity.sdk.client.model.Identity
-
Sets the identity value.
- setValue(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria.Builder
-
Set the identity value.
- setValue(String) - Method in class com.virgilsecurity.sdk.client.model.publickey.SearchCriteria
-
- SHA1 - Static variable in class com.virgilsecurity.crypto.VirgilPBKDF.Hash
-
- SHA224 - Static variable in class com.virgilsecurity.crypto.VirgilPBKDF.Hash
-
- sha256() - Static method in class com.virgilsecurity.crypto.VirgilHash
-
- SHA256 - Static variable in class com.virgilsecurity.crypto.VirgilPBKDF.Hash
-
- sha384() - Static method in class com.virgilsecurity.crypto.VirgilHash
-
- SHA384 - Static variable in class com.virgilsecurity.crypto.VirgilPBKDF.Hash
-
- sha512() - Static method in class com.virgilsecurity.crypto.VirgilHash
-
- SHA512 - Static variable in class com.virgilsecurity.crypto.VirgilPBKDF.Hash
-
- Short_SMS - Static variable in class com.virgilsecurity.crypto.VirgilTinyCipher.PackageSize
-
- sign(byte[], byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilSigner
-
- sign(byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilSigner
-
- sign(VirgilDataSource, byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilStreamSigner
-
- sign(VirgilDataSource, byte[]) - Method in class com.virgilsecurity.crypto.VirgilStreamSigner
-
- sign(String, PrivateKey) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Sign text with private key.
- sign(InputStream, PrivateKey) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Sign stream with private key.
- sign(InputStream, PrivateKey, String) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Sign stream with private key protected with password.
- sign(String, PrivateKey, Password) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Sign text with private key.
- sign(byte[], PrivateKey) - Method in class com.virgilsecurity.sdk.crypto.Signer
-
Sign data with private key.
- sign(byte[], PrivateKey, Password) - Method in class com.virgilsecurity.sdk.crypto.Signer
-
Sign data with private key protected with password.
- signBase64(String, PrivateKey) - Static method in class com.virgilsecurity.sdk.crypto.CryptoHelper
-
Sign Base64 encoded string with private key.
- Signer - Class in com.virgilsecurity.sdk.crypto
-
Wrapper on VirgilSigner.
- Signer() - Constructor for class com.virgilsecurity.sdk.crypto.Signer
-
Create new instance.
- Signer(VirgilHash) - Constructor for class com.virgilsecurity.sdk.crypto.Signer
-
Create new version.
- start() - Method in class com.virgilsecurity.crypto.VirgilHash
-
- startDecryptionWithKey(byte[], byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilChunkCipher
-
- startDecryptionWithKey(byte[], byte[]) - Method in class com.virgilsecurity.crypto.VirgilChunkCipher
-
- startDecryptionWithKey(Recipient, PrivateKey, Password) - Method in class com.virgilsecurity.sdk.crypto.ChunkCipher
-
Start decryption with private key.
- startDecryptionWithKey(Recipient, PrivateKey) - Method in class com.virgilsecurity.sdk.crypto.ChunkCipher
-
Start decryption with private key.
- startDecryptionWithPassword(byte[]) - Method in class com.virgilsecurity.crypto.VirgilChunkCipher
-
- startDecryptionWithPassword(Password) - Method in class com.virgilsecurity.sdk.crypto.ChunkCipher
-
Start decryption with password.
- startEncryption(long) - Method in class com.virgilsecurity.crypto.VirgilChunkCipher
-
- startEncryption() - Method in class com.virgilsecurity.crypto.VirgilChunkCipher
-
- startEncryption(long) - Method in class com.virgilsecurity.sdk.crypto.ChunkCipher
-
Start encryption.
- startEncryption() - Method in class com.virgilsecurity.sdk.crypto.ChunkCipher
-
Start encryption.
- stash(String, PrivateKey) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Uploads private key to private key store.
- stash(String, PrivateKey, Password) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Uploads private key to private key store.
- stash(String, PrivateKey, VoidResponseCallback) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Uploads private key to private key store.
- stash(String, PrivateKey, Password, VoidResponseCallback) - Method in class com.virgilsecurity.sdk.client.PrivateKeyClient
-
Uploads private key to private key store.
- stash(PrivateKeyInfo) - Method in interface com.virgilsecurity.sdk.client.service.PrivateKeyService
-
Load a private key into the Private Keys Service storage.
- StreamCipher - Class in com.virgilsecurity.sdk.crypto
-
This class provides the functionality of a cryptographic cipher for stream
encryption and decryption.
- StreamCipher() - Constructor for class com.virgilsecurity.sdk.crypto.StreamCipher
-
Create a new instance of StreamCipher
- stringToBytes(String) - Static method in class com.virgilsecurity.crypto.VirgilByteArrayUtils
-
- StringUtils - Class in com.virgilsecurity.sdk.client.utils
-
Operations on
String that are
null safe.
- StringUtils() - Constructor for class com.virgilsecurity.sdk.client.utils.StringUtils
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilAsn1Compatible
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilBase64
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilByteArrayUtils
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilCipherBase
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilDataSink
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilDataSource
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilKeyPair
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilRandom
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilSigner
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilStreamSigner
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilTinyCipher
-
- swigCMemOwn - Variable in class com.virgilsecurity.crypto.VirgilVersion
-
- SwigDirector_VirgilDataSink_isGood(VirgilDataSink) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- SwigDirector_VirgilDataSink_write(VirgilDataSink, byte[]) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- SwigDirector_VirgilDataSource_hasData(VirgilDataSource) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- SwigDirector_VirgilDataSource_read(VirgilDataSource) - Static method in class com.virgilsecurity.crypto.virgil_crypto_javaJNI
-
- swigDirectorDisconnect() - Method in class com.virgilsecurity.crypto.VirgilDataSink
-
- swigDirectorDisconnect() - Method in class com.virgilsecurity.crypto.VirgilDataSource
-
- swigReleaseOwnership() - Method in class com.virgilsecurity.crypto.VirgilDataSink
-
- swigReleaseOwnership() - Method in class com.virgilsecurity.crypto.VirgilDataSource
-
- swigTakeOwnership() - Method in class com.virgilsecurity.crypto.VirgilDataSink
-
- swigTakeOwnership() - Method in class com.virgilsecurity.crypto.VirgilDataSource
-
- swigToEnum(int) - Static method in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- swigToEnum(int) - Static method in class com.virgilsecurity.crypto.VirgilPBKDF.Algorithm
-
- swigToEnum(int) - Static method in class com.virgilsecurity.crypto.VirgilPBKDF.Hash
-
- swigToEnum(int) - Static method in class com.virgilsecurity.crypto.VirgilTinyCipher.PackageSize
-
- swigValue() - Method in class com.virgilsecurity.crypto.VirgilKeyPair.Type
-
- swigValue() - Method in class com.virgilsecurity.crypto.VirgilPBKDF.Algorithm
-
- swigValue() - Method in class com.virgilsecurity.crypto.VirgilPBKDF.Hash
-
- swigValue() - Method in class com.virgilsecurity.crypto.VirgilTinyCipher.PackageSize
-