PHP Trait Jose\Behaviour\CommonCipheringMethods

Datei anzeigen Open project: spomky-labs/jose

Public Methods

Method Description
getSupportedCompressionMethods ( )
getSupportedContentEncryptionAlgorithms ( )
getSupportedKeyEncryptionAlgorithms ( )

Private Methods

Method Description
setCompressionMethods ( string[] | Jose\Compression\CompressionInterface[] $compression_methods )
setContentEncryptionAlgorithms ( string[] | Jose\Algorithm\ContentEncryptionAlgorithmInterface[] $content_encryption_algorithms )
setKeyEncryptionAlgorithms ( string[] | Jose\Algorithm\KeyEncryptionAlgorithmInterface[] $key_encryption_algorithms )

Method Details

getSupportedCompressionMethods() public method

getSupportedContentEncryptionAlgorithms() public method

getSupportedKeyEncryptionAlgorithms() public method