GSSContext.verifyMIC() | Java

 

Descripción

Sintaxis

void verifyMIC(byte[] inToken, int tokOffset, int tokLen, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp) throws GSSException
void verifyMIC(InputStream tokStream, InputStream msgStream, MessageProp msgProp) throws GSSException

Parámetros

  • int msgLen,
  • InputStream tokStream,
  • int tokLen,
  • MessageProp msgProp,
  • InputStream msgStream,
  • byte[] inToken,
  • byte[] inMsg,
  • int msgOffset,
  • int tokOffset,

Excepciones

GSSException

Clase Padre

GSSContext

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.