php-lcobucci-jwt (5.6.0-1)

Details

Core information at a glance

Distribution
kali
Origin
kali-last-snapshot
Repository
https://http.kali.org/kali
Codename
kali-last-snapshot
Component
main
Source
none
Architecture
i386
Section
php
Priority
optional
Maintainer
Debian PHP PEAR Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
152 B
Size expected
20.3 kB
Size actual
20.3 kB
Size match

Dependencies

Required package dependencies

  • php-common
  • php-psr-clock (>= 1.0)
  • php-psr-clock (<< 2~~)

Suggested packages

Recommended additional packages

  • php-lcobucci-clock (>= 3.2)

Description

A simple library to work with JSON Web Token and JSON Web Signature

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD547bed7ec…f6ca2895
SHA-1c14b04b9…423785a7
SHA-25623caa067…cc359f1f
SHA-5126fd172df…3d18292f

Contents

Files and directories included

.
usr
usr/share
usr/share/doc
usr/share/doc/php-lcobucci-jwt
usr/share/doc/php-lcobucci-jwt/README.md
usr/share/doc/php-lcobucci-jwt/changelog.Debian.gz
usr/share/doc/php-lcobucci-jwt/copyright
usr/share/php
usr/share/php/Lcobucci
usr/share/php/Lcobucci/JWT
usr/share/php/Lcobucci/JWT/Builder.php
usr/share/php/Lcobucci/JWT/ClaimsFormatter.php
usr/share/php/Lcobucci/JWT/Configuration.php
usr/share/php/Lcobucci/JWT/Decoder.php
usr/share/php/Lcobucci/JWT/Encoder.php
usr/share/php/Lcobucci/JWT/Encoding
usr/share/php/Lcobucci/JWT/Encoding/CannotDecodeContent.php
usr/share/php/Lcobucci/JWT/Encoding/CannotEncodeContent.php
usr/share/php/Lcobucci/JWT/Encoding/ChainedFormatter.php
usr/share/php/Lcobucci/JWT/Encoding/JoseEncoder.php
usr/share/php/Lcobucci/JWT/Encoding/MicrosecondBasedDateConversion.php
usr/share/php/Lcobucci/JWT/Encoding/UnifyAudience.php
usr/share/php/Lcobucci/JWT/Encoding/UnixTimestampDates.php
usr/share/php/Lcobucci/JWT/Exception.php
usr/share/php/Lcobucci/JWT/JwtFacade.php
usr/share/php/Lcobucci/JWT/Parser.php
usr/share/php/Lcobucci/JWT/Signer
usr/share/php/Lcobucci/JWT/Signer/Blake2b.php
usr/share/php/Lcobucci/JWT/Signer/CannotSignPayload.php
usr/share/php/Lcobucci/JWT/Signer/Ecdsa
usr/share/php/Lcobucci/JWT/Signer/Ecdsa/ConversionFailed.php
usr/share/php/Lcobucci/JWT/Signer/Ecdsa/MultibyteStringConverter.php
usr/share/php/Lcobucci/JWT/Signer/Ecdsa/Sha256.php
usr/share/php/Lcobucci/JWT/Signer/Ecdsa/Sha384.php
usr/share/php/Lcobucci/JWT/Signer/Ecdsa/Sha512.php
usr/share/php/Lcobucci/JWT/Signer/Ecdsa/SignatureConverter.php
usr/share/php/Lcobucci/JWT/Signer/Ecdsa.php
usr/share/php/Lcobucci/JWT/Signer/Eddsa.php
usr/share/php/Lcobucci/JWT/Signer/Hmac
usr/share/php/Lcobucci/JWT/Signer/Hmac/Sha256.php
usr/share/php/Lcobucci/JWT/Signer/Hmac/Sha384.php
usr/share/php/Lcobucci/JWT/Signer/Hmac/Sha512.php
usr/share/php/Lcobucci/JWT/Signer/Hmac.php
usr/share/php/Lcobucci/JWT/Signer/InvalidKeyProvided.php
usr/share/php/Lcobucci/JWT/Signer/Key
usr/share/php/Lcobucci/JWT/Signer/Key/FileCouldNotBeRead.php
usr/share/php/Lcobucci/JWT/Signer/Key/InMemory.php
usr/share/php/Lcobucci/JWT/Signer/Key.php
usr/share/php/Lcobucci/JWT/Signer/OpenSSL.php
usr/share/php/Lcobucci/JWT/Signer/Rsa
usr/share/php/Lcobucci/JWT/Signer/Rsa/Sha256.php
usr/share/php/Lcobucci/JWT/Signer/Rsa/Sha384.php
usr/share/php/Lcobucci/JWT/Signer/Rsa/Sha512.php
usr/share/php/Lcobucci/JWT/Signer/Rsa.php
usr/share/php/Lcobucci/JWT/Signer.php
usr/share/php/Lcobucci/JWT/SodiumBase64Polyfill.php
usr/share/php/Lcobucci/JWT/Token
usr/share/php/Lcobucci/JWT/Token/Builder.php
usr/share/php/Lcobucci/JWT/Token/DataSet.php
usr/share/php/Lcobucci/JWT/Token/InvalidTokenStructure.php
usr/share/php/Lcobucci/JWT/Token/Parser.php
usr/share/php/Lcobucci/JWT/Token/Plain.php
usr/share/php/Lcobucci/JWT/Token/RegisteredClaimGiven.php
usr/share/php/Lcobucci/JWT/Token/RegisteredClaims.php
usr/share/php/Lcobucci/JWT/Token/Signature.php
usr/share/php/Lcobucci/JWT/Token/UnsupportedHeaderFound.php
usr/share/php/Lcobucci/JWT/Token.php
usr/share/php/Lcobucci/JWT/UnencryptedToken.php
usr/share/php/Lcobucci/JWT/Validation
usr/share/php/Lcobucci/JWT/Validation/Constraint
usr/share/php/Lcobucci/JWT/Validation/Constraint/CannotValidateARegisteredClaim.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/HasClaim.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/HasClaimWithValue.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/IdentifiedBy.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/IssuedBy.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/LeewayCannotBeNegative.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/LooseValidAt.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/PermittedFor.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/RelatedTo.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/SignedWith.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/SignedWithOneInSet.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/SignedWithUntilDate.php
usr/share/php/Lcobucci/JWT/Validation/Constraint/StrictValidAt.php
usr/share/php/Lcobucci/JWT/Validation/Constraint.php
usr/share/php/Lcobucci/JWT/Validation/ConstraintViolation.php
usr/share/php/Lcobucci/JWT/Validation/NoConstraintsGiven.php
usr/share/php/Lcobucci/JWT/Validation/RequiredConstraintsViolated.php
usr/share/php/Lcobucci/JWT/Validation/SignedWith.php
usr/share/php/Lcobucci/JWT/Validation/ValidAt.php
usr/share/php/Lcobucci/JWT/Validation/Validator.php
usr/share/php/Lcobucci/JWT/Validator.php
usr/share/php/Lcobucci/JWT/autoload.php
usr/share/pkg-php-tools
usr/share/pkg-php-tools/autoloaders
usr/share/pkg-php-tools/autoloaders/php-lcobucci-jwt