Uses of Enum Class
de.gematik.bbriccs.rest.vau.VauVersion
Packages that use VauVersion
-
Uses of VauVersion in de.gematik.bbriccs.rest.vau
Methods in de.gematik.bbriccs.rest.vau that return VauVersionModifier and TypeMethodDescriptionstatic VauVersionReturns the enum constant of this class with the specified name.static VauVersion[]VauVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.VauEncryptionEnvelope.vauVersion()Returns the value of thevauVersionrecord component.Constructors in de.gematik.bbriccs.rest.vau with parameters of type VauVersionModifierConstructorDescriptionVauEncryptionEnvelope(VauVersion vauVersion, SecretKey decryptionKey, byte[] requestId, String accessToken, byte[] encrypted) Creates an instance of aVauEncryptionEnveloperecord class.VauProtocol(VauVersion vauVersion, ECPublicKey publicKey)