fof/src/885cc1cf-1904-483c-aecc-6af916c329e7/README.md
2023-10-09 11:38:00 +02:00

1.7 KiB

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

class Openssl (Details)

namespace: VDM\Joomla\FOF\Encrypt\AES extends: Abstraction

@startuml
class Openssl  #Gold {
  # $openSSLOptions
  # $method
  + __construct()
  + setEncryptionMode($mode = 'cbc', $strength = 128)
  + encrypt($plainText, $key, ...)
  + decrypt($cipherText, $key)
  + isSupported(Phpfunc $phpfunc = null)
  + getBlockSize() : int
}

note right of Openssl::encrypt
  
  arguments:
    $plainText
    $key
    $iv = null
end note

note right of Openssl::getBlockSize
  

  return: int
end note
 
@enduml

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

Build with Joomla Component Builder