Uses of Class
dev.paseto.jpaseto.Version
-
Packages that use Version Package Description dev.paseto.jpaseto dev.paseto.jpaseto.lang -
-
Uses of Version in dev.paseto.jpaseto
Methods in dev.paseto.jpaseto that return Version Modifier and Type Method Description static VersionVersion. from(java.lang.String name)VersionPaseto. getVersion()static VersionVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Version[]Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.paseto.jpaseto with parameters of type Version Modifier and Type Method Description java.security.PublicKeyKeyResolver. resolvePublicKey(Version version, Purpose purpose, FooterClaims footer)Returns the signing key that should be used to validate a digital signature for the paseto token.java.security.PublicKeyKeyResolverAdapter. resolvePublicKey(Version version, Purpose purpose, FooterClaims footer)protected byte[]KeyResolverAdapter. resolvePublicKeyBytes(Version version, Purpose purpose, FooterClaims footer)Convenience method invoked byKeyResolverAdapter.resolvePublicKey(Version, Purpose, FooterClaims)that obtains the necessary public key bytes.javax.crypto.SecretKeyKeyResolver. resolveSharedKey(Version version, Purpose purpose, FooterClaims footer)Returns the signing key that should be used to validate a digital signature for the paseto token.javax.crypto.SecretKeyKeyResolverAdapter. resolveSharedKey(Version version, Purpose purpose, FooterClaims footer)protected byte[]KeyResolverAdapter. resolveSharedKeyBytes(Version version, Purpose purpose, FooterClaims footer)Convenience method invoked byKeyResolverAdapter.resolveSharedKey(Version, Purpose, FooterClaims)that obtains the necessary signing key bytes. -
Uses of Version in dev.paseto.jpaseto.lang
Methods in dev.paseto.jpaseto.lang with parameters of type Version Modifier and Type Method Description static java.security.KeyPairKeys. keyPairFor(Version version)
-