All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wizzdi.security.bearer.jwt.SecretKeyHolder Maven / Gradle / Ivy

There is a newer version: 7.0.3
Show newest version
package com.wizzdi.security.bearer.jwt;

import javax.crypto.SecretKey;

public record SecretKeyHolder(SecretKey secretKey) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy