fof/src/4c89df31-8b94-40bb-94fc-7ec378145044/README.md
2023-10-09 11:38:00 +02:00

1.7 KiB

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

abstract class Abstraction (Details)

namespace: VDM\Joomla\FOF\Encrypt\AES

@startuml
abstract Abstraction  #Orange {
  + resizeKey(string $key, int $size) : null|string
  # getZeroPadding(string $string, int $blockSize) : string
}

note right of Abstraction::resizeKey
  Trims or zero-pads a key / IV

  return: null|string
end note

note right of Abstraction::getZeroPadding
  Returns null bytes to append to the string so that it's zero padded to the specified block size

  return: string
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder