Uses of Class
com.aoindustries.aoserv.client.pki.EncryptionKey
-
-
Uses of EncryptionKey in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return types with arguments of type EncryptionKey Modifier and Type Method Description List<EncryptionKey>Account. getEncryptionKeys()Gets all of the encryption keys for this business. -
Uses of EncryptionKey in com.aoindustries.aoserv.client.payment
Methods in com.aoindustries.aoserv.client.payment that return EncryptionKey Modifier and Type Method Description EncryptionKeyCreditCard. getEncryptionCardNumberFrom()EncryptionKeyCreditCard. getEncryptionCardNumberRecipient()EncryptionKeyProcessor. getEncryptionFrom()Gets the key used for encrypting the card in storage ornullif the card is not stored in the database.EncryptionKeyProcessor. getEncryptionRecipient()Gets the key used for encrypting the card in storage ornullif the card is not stored in the database. -
Uses of EncryptionKey in com.aoindustries.aoserv.client.pki
Methods in com.aoindustries.aoserv.client.pki that return EncryptionKey Modifier and Type Method Description EncryptionKeyEncryptionKeyTable. get(int pkey)Methods in com.aoindustries.aoserv.client.pki that return types with arguments of type EncryptionKey Modifier and Type Method Description List<EncryptionKey>EncryptionKeyTable. getEncryptionKeys(Account business)Methods in com.aoindustries.aoserv.client.pki with parameters of type EncryptionKey Modifier and Type Method Description StringEncryptionKey. encrypt(EncryptionKey recipient, String plaintext)Encrypts a message for the provided recipient and signs with the private key. -
Uses of EncryptionKey in com.aoindustries.aoserv.client.reseller
Methods in com.aoindustries.aoserv.client.reseller that return EncryptionKey Modifier and Type Method Description EncryptionKeyBrand. getSignupEncryptionFrom()EncryptionKeyBrand. getSignupEncryptionRecipient()EncryptionKeyBrand. getTicketEncryptionFrom()EncryptionKeyBrand. getTicketEncryptionRecipient() -
Uses of EncryptionKey in com.aoindustries.aoserv.client.signup
Methods in com.aoindustries.aoserv.client.signup that return EncryptionKey Modifier and Type Method Description EncryptionKeyRequest. getEncryptionFrom()EncryptionKeyRequest. getEncryptionRecipient()
-