public final class SHA5 extends java.security.MessageDigestSpi implements java.lang.Cloneable, AlgorithmStatus
Constructor and Description |
---|
SHA5()
Standard constructor, creates a new SHA5 instance, allocates its
buffers from the heap.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones this object.
|
void |
init()
Initialize the SHA5 information
|
java.lang.Object |
internalClone()
Clones this object.
|
void |
internalInit()
Initialize the SHA5 information
|
boolean |
isFipsApproved()
Module identifies if the cryptographic operation (algorithm) is FIPS certified
|
public SHA5()
public boolean isFipsApproved()
AlgorithmStatus
isFipsApproved
in interface AlgorithmStatus
AlgorithmStatus.isFipsApproved()
public void init()
public void internalInit()
FIPSRuntimeException
- if SelfTest.isFipsRunnable returns false.public java.lang.Object clone()
clone
in class java.security.MessageDigestSpi
FIPSRuntimeException
- if SelfTest.isFipsRunnable returns false.public java.lang.Object internalClone()
© Portions Copyright 2003, 2012 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2012, Oracle and/or its affiliates. All rights reserved.