Method | Description | |
---|---|---|
getSupportedCompressionMethods ( ) | ||
getSupportedContentEncryptionAlgorithms ( ) | ||
getSupportedKeyEncryptionAlgorithms ( ) |
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 ) |
public getSupportedContentEncryptionAlgorithms ( ) |