package com.android.org.bouncycastle.jce.provider;
/*
* #%L
* Matos
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2010 - 2014 Orange SA
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
@com.francetelecom.rd.stubs.annotation.ClassDone(0)
public class JDKDigestSignature
extends java.security.SignatureSpi{
// Classes
public static class SHA1WithRSAEncryption
extends JDKDigestSignature {
// Constructors
public SHA1WithRSAEncryption(){
super((com.android.org.bouncycastle.crypto.Digest) null, (com.android.org.bouncycastle.crypto.AsymmetricBlockCipher) null);
}
}
public static class SHA256WithRSAEncryption
extends JDKDigestSignature {
// Constructors
public SHA256WithRSAEncryption(){
super((com.android.org.bouncycastle.crypto.Digest) null, (com.android.org.bouncycastle.crypto.AsymmetricBlockCipher) null);
}
}
public static class SHA384WithRSAEncryption
extends JDKDigestSignature {
// Constructors
public SHA384WithRSAEncryption(){
super((com.android.org.bouncycastle.crypto.Digest) null, (com.android.org.bouncycastle.crypto.AsymmetricBlockCipher) null);
}
}
public static class SHA512WithRSAEncryption
extends JDKDigestSignature {
// Constructors
public SHA512WithRSAEncryption(){
super((com.android.org.bouncycastle.crypto.Digest) null, (com.android.org.bouncycastle.crypto.AsymmetricBlockCipher) null);
}
}
public static class MD5WithRSAEncryption
extends JDKDigestSignature {
// Constructors
public MD5WithRSAEncryption(){
super((com.android.org.bouncycastle.crypto.Digest) null, (com.android.org.bouncycastle.crypto.AsymmetricBlockCipher) null);
}
}
// Constructors
protected JDKDigestSignature(com.android.org.bouncycastle.crypto.Digest arg1, com.android.org.bouncycastle.crypto.AsymmetricBlockCipher arg2){
super();
}
protected JDKDigestSignature(com.android.org.bouncycastle.asn1.DERObjectIdentifier arg1, com.android.org.bouncycastle.crypto.Digest arg2, com.android.org.bouncycastle.crypto.AsymmetricBlockCipher arg3){
super();
}
// Methods
protected java.security.AlgorithmParameters engineGetParameters(){
return (java.security.AlgorithmParameters) null;
}
protected void engineUpdate(byte arg1) throws java.security.SignatureException{
}
protected void engineUpdate(byte [] arg1, int arg2, int arg3) throws java.security.SignatureException{
}
protected void engineInitSign(java.security.PrivateKey arg1) throws java.security.InvalidKeyException{
}
protected void engineInitVerify(java.security.PublicKey arg1) throws java.security.InvalidKeyException{
}
protected byte [] engineSign() throws java.security.SignatureException{
return (byte []) null;
}
protected boolean engineVerify(byte [] arg1) throws java.security.SignatureException{
return false;
}
@com.francetelecom.rd.stubs.annotation.FieldGet("mParameter")
protected java.lang.Object engineGetParameter(java.lang.String arg1){
return (java.lang.Object) null;
}
protected void engineSetParameter(java.security.spec.AlgorithmParameterSpec arg1){
}
protected void engineSetParameter(java.lang.String arg1, @com.francetelecom.rd.stubs.annotation.FieldSet("mParameter") java.lang.Object arg2){
}
}